Skip to content

Commit 06676db

Browse files
derek10cloudgeneral-kroll-4-life
authored andcommitted
fix formatting error
1 parent 9006353 commit 06676db

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
@@ -663,7 +663,7 @@ func (pgb *standardPlanGraphBuilder) handleRegistry(pbi planbuilderinput.PlanBui
663663
return err
664664
}
665665
pr := primitive.NewLocalPrimitive(
666-
func(pc primitive.IPrimitiveCtx) internaldto.ExecutorOutput {
666+
func(_ primitive.IPrimitiveCtx) internaldto.ExecutorOutput {
667667
switch at := strings.ToLower(node.ActionType); at {
668668
case "pull":
669669
return pgb.handleRegistryPull(reg, node, pbi)

0 commit comments

Comments
 (0)