resolved make check issues

This commit is contained in:
Unknown
2018-03-12 02:06:25 -07:00
committed by Torin Sandall
parent fe57fe3a70
commit b57faaa3e2
3 changed files with 3 additions and 4 deletions
-1
View File
@@ -991,7 +991,6 @@ var Trace = &Builtin{
),
}
/**
* Set
*/
+2 -2
View File
@@ -47,8 +47,8 @@ type (
BuiltinContext struct {
Cache builtins.Cache
Location *ast.Location
Tracer Tracer
QueryID uint64
Tracer Tracer
QueryID uint64
ParentID uint64
}
+1 -1
View File
@@ -195,7 +195,7 @@ func builtinTrace(bctx BuiltinContext, args []*ast.Term, iter func(*ast.Term) er
evt := &Event{
Op: NoteOp,
Node: str,
Node: str,
QueryID: bctx.QueryID,
ParentID: bctx.ParentID,
}