From 7ba9a04fae8f0e6ba855b0feb1beedd75768c39d Mon Sep 17 00:00:00 2001 From: Gabi Melman Date: Mon, 2 Oct 2023 20:16:12 +0300 Subject: [PATCH] Update bundled_fmtlib_format.cpp --- src/fmt/bundled_fmtlib_format.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fmt/bundled_fmtlib_format.cpp b/src/fmt/bundled_fmtlib_format.cpp index 3b519ce0..1276b706 100644 --- a/src/fmt/bundled_fmtlib_format.cpp +++ b/src/fmt/bundled_fmtlib_format.cpp @@ -4,7 +4,7 @@ #if !defined(SPDLOG_FMT_EXTERNAL) && !defined(SPDLOG_USE_STD_FORMAT) - #include "spdlog/fmt/bundled/format-inl.h" +#include "spdlog/fmt/bundled/format-inl.h" FMT_BEGIN_NAMESPACE namespace detail {