Merge pull request #304 from majestrate/staging

disable pretty print json
pull/305/head
Jeff 6 years ago committed by GitHub
commit 440f26136d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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

Loading…
Cancel
Save