diff --git a/src/json-patch.cpp b/src/json-patch.cpp index 2276c92..d0cd2e4 100644 --- a/src/json-patch.cpp +++ b/src/json-patch.cpp @@ -66,7 +66,7 @@ const nlohmann::json patch_schema = R"patch({ } } })patch"_json; -}; // namespace +} // namespace namespace nlohmann {