X-Git-Url: http://plrg.eecs.uci.edu/git/?p=folly.git;a=blobdiff_plain;f=folly%2Fexperimental%2FJSONSchema.cpp;h=d739fd108a90a52f3570a56c0727ccd762d20d63;hp=570e2c76bab577e106401eda6a2a62bf27715a6d;hb=f2925b23df8d85ebca72d62a69f1282528c086de;hpb=d21f716525c0b0a8aec9725ea39dc2a695267875 diff --git a/folly/experimental/JSONSchema.cpp b/folly/experimental/JSONSchema.cpp index 570e2c76..d739fd10 100644 --- a/folly/experimental/JSONSchema.cpp +++ b/folly/experimental/JSONSchema.cpp @@ -1010,7 +1010,7 @@ const char* metaschemaJson = folly::Singleton schemaValidator([]() { return makeValidator(parseJson(metaschemaJson)).release(); }); -} +} // namespace Validator::~Validator() = default; @@ -1025,5 +1025,5 @@ std::unique_ptr makeValidator(const dynamic& schema) { std::shared_ptr makeSchemaValidator() { return schemaValidator.try_get(); } -} -} +} // namespace jsonschema +} // namespace folly