🎨 fix indentation

This commit is contained in:
Niels Lohmann
2022-08-13 13:36:08 +02:00
parent b116faa02d
commit f9003d169b

View File

@@ -32,7 +32,7 @@ SOFTWARE.
#include <nlohmann/json.hpp>
using nlohmann::json;
#ifdef JSON_TEST_NO_GLOBAL_UDLS
using namespace nlohmann::literals; // NOLINT(google-build-using-namespace)
using namespace nlohmann::literals; // NOLINT(google-build-using-namespace)
#endif
#include <iostream>