Clean-up unintended changes to whitespace

This commit is contained in:
Agustín F. Pozuelo 2020-07-03 10:26:05 +01:00
parent 25f5d75e6e
commit 803c16e5af
3 changed files with 2 additions and 6 deletions

View file

@ -89,7 +89,7 @@ From the template arguments, the following types are derived:
```cpp
using object_comparator_t = std::less<>;
using object_t = ObjectType<StringType, basic_json, object_comparator_t,
AllocatorType<std::pair<const StringType, basic_json>>>;
AllocatorType<std::pair<const StringType, basic_json>>>;
using array_t = ArrayType<basic_json, AllocatorType<basic_json>>;