From 6addfb8a8838e4fb283ebd3738925bb020e3951b Mon Sep 17 00:00:00 2001 From: Amber Ehrlich Date: Fri, 6 Oct 2023 12:26:37 -0400 Subject: [PATCH] apply requested changes --- include/dpp/json.h | 4 +++- include/dpp/json_fwd.h | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/include/dpp/json.h b/include/dpp/json.h index bfbf3bebf9..14f95ffd95 100644 --- a/include/dpp/json.h +++ b/include/dpp/json.h @@ -26,5 +26,7 @@ #endif namespace dpp { - using json = nlohmann::json; + +using json = nlohmann::json; + } diff --git a/include/dpp/json_fwd.h b/include/dpp/json_fwd.h index e5d8870ea8..6f4ecb3594 100644 --- a/include/dpp/json_fwd.h +++ b/include/dpp/json_fwd.h @@ -26,5 +26,7 @@ #endif namespace dpp { - using json = nlohmann::json; + +using json = nlohmann::json; + }