mirror of
https://github.com/oxen-io/lokinet.git
synced 2024-11-17 15:25:35 +00:00
Merge pull request #304 from majestrate/staging
disable pretty print json
This commit is contained in:
commit
440f26136d
@ -13,7 +13,7 @@ namespace abyss
|
|||||||
{
|
{
|
||||||
using Document = rapidjson::Document;
|
using Document = rapidjson::Document;
|
||||||
using Value = rapidjson::Value;
|
using Value = rapidjson::Value;
|
||||||
using Writer = rapidjson::PrettyWriter< rapidjson::OStreamWrapper >;
|
using Writer = rapidjson::Writer< rapidjson::OStreamWrapper >;
|
||||||
} // namespace json
|
} // namespace json
|
||||||
|
|
||||||
#if __cplusplus >= 201703L
|
#if __cplusplus >= 201703L
|
||||||
|
Loading…
Reference in New Issue
Block a user