Minor. Reformat

This commit is contained in:
Mikhael Bogdanov
2020-09-25 10:00:40 +02:00
parent b58d75440b
commit bf35818438
@@ -44,8 +44,7 @@ class Concat : IntrinsicMethod() {
genStringBuilderConstructor(v) genStringBuilderConstructor(v)
codegen.invokeAppend(v, element.left) codegen.invokeAppend(v, element.left)
codegen.invokeAppend(v, element.right) codegen.invokeAppend(v, element.right)
} } else {
else {
// Explicit plus call LHS?.plus(RHS) or LHS.plus(RHS) // Explicit plus call LHS?.plus(RHS) or LHS.plus(RHS)
receiver.put(AsmTypes.JAVA_STRING_TYPE, v) receiver.put(AsmTypes.JAVA_STRING_TYPE, v)
genStringBuilderConstructor(v) genStringBuilderConstructor(v)