Skip to content

Commit

Permalink
fixup! Code gardening
Browse files Browse the repository at this point in the history
  • Loading branch information
theunrepentantgeek committed Jun 14, 2021
1 parent 7c2de98 commit 9eebbf9
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -304,8 +304,8 @@ func (fn *PropertyAssignmentFunction) createConversions(receiver astmodel.TypeDe
return errors.Wrapf(
err,
"creating conversion to %s by %s",
sourceEndpoint,
destinationEndpoint)
destinationEndpoint,
sourceEndpoint)
} else if conv != nil {
// A conversion was created, keep it for later
fn.conversions[destinationName] = conv
Expand Down

0 comments on commit 9eebbf9

Please sign in to comment.