From de575ab08823e7828e3a427025589b1e59c37bda Mon Sep 17 00:00:00 2001 From: Jeff Becker Date: Mon, 11 Feb 2019 12:35:49 -0500 Subject: [PATCH] disable pretty print json --- libabyss/include/abyss/json.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libabyss/include/abyss/json.hpp b/libabyss/include/abyss/json.hpp index 04a632910..64e9d50df 100644 --- a/libabyss/include/abyss/json.hpp +++ b/libabyss/include/abyss/json.hpp @@ -13,7 +13,7 @@ namespace abyss { using Document = rapidjson::Document; using Value = rapidjson::Value; - using Writer = rapidjson::PrettyWriter< rapidjson::OStreamWrapper >; + using Writer = rapidjson::Writer< rapidjson::OStreamWrapper >; } // namespace json #if __cplusplus >= 201703L