We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3fd1452 commit e6c1b32Copy full SHA for e6c1b32
sbe-tool/src/main/java/uk/co/real_logic/sbe/generation/java/JavaGenerator.java
@@ -3274,7 +3274,9 @@ private void appendDecoderDisplay(
3274
append(sb, indent, "builder.append('\\'');");
3275
append(sb, indent, formatGetterName(varDataToken.name()) + "(builder);");
3276
3277
- } else {
+ }
3278
+ else
3279
+ {
3280
append(sb, indent, "builder.append('\\'').append(" + varDataName + "()).append('\\'');");
3281
}
3282
0 commit comments