From f9003d169b286accbfecbabeaa57a459f83c8eeb Mon Sep 17 00:00:00 2001 From: Niels Lohmann Date: Sat, 13 Aug 2022 13:36:08 +0200 Subject: [PATCH] :art: fix indentation --- tests/src/unit-bon8.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/src/unit-bon8.cpp b/tests/src/unit-bon8.cpp index bf3e99c9b..f69286af2 100644 --- a/tests/src/unit-bon8.cpp +++ b/tests/src/unit-bon8.cpp @@ -32,7 +32,7 @@ SOFTWARE. #include 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