Skip to content

Commit

Permalink
Merge pull request #3517 from ActiveState/mitchell/dx-3088
Browse files Browse the repository at this point in the history
Added ceremonial break.
  • Loading branch information
mitchell-as authored Oct 1, 2024
2 parents f423ba8 + 52dd8fa commit 851072a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/buildscript/unmarshal_buildexpression.go
Original file line number Diff line number Diff line change
Expand Up @@ -283,6 +283,7 @@ func unmarshalFuncCall(path []string, m map[string]interface{}) (*FuncCall, erro
}

argsInterface = value
break // technically this is not needed since there's only one element in m
}

args := []*Value{}
Expand Down

0 comments on commit 851072a

Please sign in to comment.