Skip to content

Commit 3cb035e

Browse files
Fix style to silence cpplint
1 parent 531ef7e commit 3cb035e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/java_bytecode/java_entry_point.cpp

+1-2
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)