Skip to content

Commit

Permalink
linting issue
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Wu <[email protected]>
  • Loading branch information
popojk committed Jan 19, 2025
1 parent d5e5b6f commit bdafc54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flytepropeller/pkg/controller/nodes/resolve.go
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ func Resolve(ctx context.Context, outputResolver OutputResolver, nl executors.No
}, nil
}

func ResolveErrorInputLiteralData(ctx context.Context, literals map[string]*core.Literal, nodeID v1alpha1.NodeID, execErr *core.ExecutionError) {
func ResolveErrorInputLiteralData(ctx context.Context, literals map[string]*core.Literal, nodeID v1alpha1.NodeID, execErr *core.ExecutionError) {
if literal, exists := literals["err"]; exists {
// make new Scalar for literal map
errorUnion := &core.Scalar_Union{
Expand Down

0 comments on commit bdafc54

Please sign in to comment.