Skip to content

Commit 6dfe0a4

Browse files
committed
fix formatting error
1 parent 6020c52 commit 6dfe0a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/stackql/planbuilder/plan_builder.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -661,7 +661,7 @@ func (pgb *standardPlanGraphBuilder) handleRegistry(pbi planbuilderinput.PlanBui
661661
return err
662662
}
663663
pr := primitive.NewLocalPrimitive(
664-
func(pc primitive.IPrimitiveCtx) internaldto.ExecutorOutput {
664+
func(_ primitive.IPrimitiveCtx) internaldto.ExecutorOutput {
665665
switch at := strings.ToLower(node.ActionType); at {
666666
case "pull":
667667
return pgb.handleRegistryPull(reg, node, pbi)

0 commit comments

Comments
 (0)