Skip to content

Commit

Permalink
Split long line
Browse files Browse the repository at this point in the history
  • Loading branch information
jcp19 committed Apr 28, 2022
1 parent 2e59120 commit bb8f21d
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,8 @@ object CGEdgesTerminationTransform extends InternalTransform {
in.MethodCall(
m.results map parameterAsLocalValVar,
in.TypeAssertion(m.receiver, t)(src),
implProxy, m.args)(src),
implProxy, m.args
)(src),
in.Return()(src)
))(src),
in.Seqn(Vector())(src)
Expand Down

0 comments on commit bb8f21d

Please sign in to comment.