From e41bfbcf06b7d2754477454d635f651c6964caf0 Mon Sep 17 00:00:00 2001 From: zel1b08a Date: Sat, 7 Dec 2024 20:56:50 +0700 Subject: [PATCH] Remove empty line. --- include/nlohmann/detail/conversions/to_json.hpp | 1 - 1 file changed, 1 deletion(-) diff --git a/include/nlohmann/detail/conversions/to_json.hpp b/include/nlohmann/detail/conversions/to_json.hpp index c5f4ce834..32d58e255 100644 --- a/include/nlohmann/detail/conversions/to_json.hpp +++ b/include/nlohmann/detail/conversions/to_json.hpp @@ -440,7 +440,6 @@ inline void to_json(BasicJsonType& j, const std_fs::path& p) #else j = p.u8string(); #endif - } #endif