From 45cba2778426601bdffbcfe6aa7310aee76a6e54 Mon Sep 17 00:00:00 2001 From: Oliver Reiche Date: Wed, 23 Mar 2022 11:31:04 +0100 Subject: Apply changes suggested by clang-format 11 --- src/utils/cpp/json.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/utils/cpp/json.hpp') diff --git a/src/utils/cpp/json.hpp b/src/utils/cpp/json.hpp index 8acab817..a231f34b 100644 --- a/src/utils/cpp/json.hpp +++ b/src/utils/cpp/json.hpp @@ -14,7 +14,7 @@ auto ExtractValueAs( nlohmann::json const& j, std::string const& key, std::function&& logger = - [](std::string const & /*unused*/) -> void {}) noexcept + [](std::string const& /*unused*/) -> void {}) noexcept -> std::optional { try { auto it = j.find(key); -- cgit v1.2.3