Commit 715c98b4 authored by Jamie Seward's avatar Jamie Seward

Remove extra spaces

parent 6c9a401e
......@@ -7606,10 +7606,10 @@ class basic_json
using object_comparator_t = std::less<StringType>;
#endif
using object_t = ObjectType<StringType,
basic_json,
object_comparator_t,
AllocatorType<std::pair<const StringType,
basic_json>>>;
basic_json,
object_comparator_t,
AllocatorType<std::pair<const StringType,
basic_json>>>;
/*!
@brief a type for an array
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment