From 715c98b404259f41765fa0c77f69d189a0754c68 Mon Sep 17 00:00:00 2001 From: Jamie Seward Date: Tue, 24 Oct 2017 00:06:22 -0700 Subject: [PATCH] Remove extra spaces --- src/json.hpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/json.hpp b/src/json.hpp index 93a842bf..055d1b9e 100644 --- a/src/json.hpp +++ b/src/json.hpp @@ -7606,10 +7606,10 @@ class basic_json using object_comparator_t = std::less; #endif using object_t = ObjectType>>; + basic_json, + object_comparator_t, + AllocatorType>>; /*! @brief a type for an array