Fix formatting
This commit is contained in:
@@ -99,8 +99,7 @@ public:
|
||||
|
||||
// Constructor to initialize arena-allocated containers
|
||||
explicit ParserContext()
|
||||
:
|
||||
current_key(ArenaStlAllocator<char>(&arena)),
|
||||
: current_key(ArenaStlAllocator<char>(&arena)),
|
||||
current_string(ArenaStlAllocator<char>(&arena)),
|
||||
current_number(ArenaStlAllocator<char>(&arena)),
|
||||
precondition_type(ArenaStlAllocator<char>(&arena)),
|
||||
|
||||
Reference in New Issue
Block a user