Skip to content

Commit

Permalink
WIP/SQUASH - cleanup cont.
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewSisley committed Nov 16, 2021
1 parent 36d3b6f commit 3a24a75
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions query/graphql/planner/operations.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ var (
_ planNode = (*headsetScanNode)(nil)
_ planNode = (*limitNode)(nil)
_ planNode = (*groupNode)(nil)
_ planNode = (*pipeNode)(nil)
_ planNode = (*selectNode)(nil)
_ planNode = (*selectTopNode)(nil)
_ planNode = (*sortNode)(nil)
Expand Down

0 comments on commit 3a24a75

Please sign in to comment.