Add missing spaces
This commit is contained in:
parent
715c98b404
commit
992c836b30
1 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue