| commit | f9003d169b286accbfecbabeaa57a459f83c8eeb | [log] [tgz] |
|---|---|---|
| author | Niels Lohmann <mail@nlohmann.me> | Sat Aug 13 13:36:08 2022 +0200 |
| committer | Niels Lohmann <mail@nlohmann.me> | Sat Aug 13 13:36:08 2022 +0200 |
| tree | 35059b1a34ddeab2da960535527c03873296089f | |
| parent | b116faa02df582d72badc2d906290d40c1a0b979 [diff] |
:art: fix indentation
diff --git a/tests/src/unit-bon8.cpp b/tests/src/unit-bon8.cpp index bf3e99c..f69286a 100644 --- a/tests/src/unit-bon8.cpp +++ b/tests/src/unit-bon8.cpp
@@ -32,7 +32,7 @@ #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>