Skip to content

Commit cb065bf

Browse files
authored
Merge pull request diffblue#799 from peterschrammel/fix-style-java-entry
Fix style to silence cpplint (test-gen-support)
2 parents 788a60e + 3cb035e commit cb065bf

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/java_bytecode/java_entry_point.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -194,8 +194,7 @@ bool java_static_lifetime_init(
194194
{
195195
it->second.symbol_expr(),
196196
class_symbol.type.get_bool(ID_enumeration)
197-
}
198-
);
197+
});
199198
}
200199
}
201200

0 commit comments

Comments
 (0)