Skip to content

Commit 52f1e44

Browse files
committed
[Java] Formatting.
1 parent 87625f5 commit 52f1e44

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

sbe-tool/src/main/java/uk/co/real_logic/sbe/generation/cpp/CppGenerator.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1218,8 +1218,7 @@ private CharSequence generateConstPropertyMethods(final String propertyName, fin
12181218
indent + " return (const char *)%1$sValues;\n" +
12191219
indent + " }\n\n",
12201220
propertyName,
1221-
values
1222-
));
1221+
values));
12231222

12241223
sb.append(String.format(
12251224
indent + " %1$s %2$s(const std::uint64_t index) const\n" +

0 commit comments

Comments
 (0)