Skip to content

Commit

Permalink
linter
Browse files Browse the repository at this point in the history
  • Loading branch information
jaym committed Nov 15, 2024
1 parent d746901 commit 94971c5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions policy/resolved_policy_builder.go
Original file line number Diff line number Diff line change
Expand Up @@ -345,8 +345,7 @@ func (n *rpBuilderGenericQueryNode) build(rp *ResolvedPolicy, data *rpBuilderDat
// This node is represented by a code id in the reporting jobs. We do not apply impact at this point so
// any scores will be either 0 or 100
type rpBuilderExecutionQueryNode struct {
query *explorer.Mquery
queryType queryType
query *explorer.Mquery
}

func (n *rpBuilderExecutionQueryNode) getId() string {
Expand Down

0 comments on commit 94971c5

Please sign in to comment.