Skip to content

Commit

Permalink
Missing return
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Dye <[email protected]>
  • Loading branch information
andrewwdye committed Jun 28, 2024
1 parent c996dcb commit fbf0c35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flytepropeller/pkg/apis/flyteworkflow/v1alpha1/branch.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ type BooleanExpression struct {
}

func (in BooleanExpression) MarshalJSON() ([]byte, error) {
utils.MarshalPbToBytes(in.BooleanExpression)
return utils.MarshalPbToBytes(in.BooleanExpression)
}

func (in *BooleanExpression) UnmarshalJSON(b []byte) error {
Expand Down

0 comments on commit fbf0c35

Please sign in to comment.