mirror of
https://github.com/open-policy-agent/opa.git
synced 2026-08-27 18:55:54 -06:00
resolved make check issues
This commit is contained in:
@@ -991,7 +991,6 @@ var Trace = &Builtin{
|
||||
),
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* Set
|
||||
*/
|
||||
|
||||
+2
-2
@@ -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
@@ -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,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user