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

Remove extra spaces

parent 6c9a401e
...@@ -7606,10 +7606,10 @@ class basic_json ...@@ -7606,10 +7606,10 @@ class basic_json
using object_comparator_t = std::less<StringType>; using object_comparator_t = std::less<StringType>;
#endif #endif
using object_t = ObjectType<StringType, using object_t = ObjectType<StringType,
basic_json, basic_json,
object_comparator_t, object_comparator_t,
AllocatorType<std::pair<const StringType, AllocatorType<std::pair<const StringType,
basic_json>>>; basic_json>>>;
/*! /*!
@brief a type for an array @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