Skip to content

Commit 8f9645b

Browse files
CouleeAppsemesare
authored andcommitted
[SharedCache] Don't pretty-print the metadata
1 parent 1cec22a commit 8f9645b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

view/sharedcache/core/MetadataSerializable.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ struct DeserializationContext;
5959

6060
struct SerializationContext {
6161
rapidjson::StringBuffer buffer;
62-
rapidjson::PrettyWriter<rapidjson::StringBuffer> writer;
62+
rapidjson::Writer<rapidjson::StringBuffer> writer;
6363

6464
SerializationContext() : buffer(), writer(buffer) {
6565
}

0 commit comments

Comments
 (0)