From cd5db6f5e9e84c0db63eec403097dd0725533d6b Mon Sep 17 00:00:00 2001 From: IRainman Date: Wed, 12 Mar 2025 21:34:31 +0300 Subject: [PATCH] lint --- tests/basictest.cpp | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/tests/basictest.cpp b/tests/basictest.cpp index 0859c46..d1b377a 100644 --- a/tests/basictest.cpp +++ b/tests/basictest.cpp @@ -1323,7 +1323,8 @@ TEST_CASE("double.general") { TEST_CASE("double.decimal_point") { constexpr auto options = [] { - return fast_float::parse_options(fast_float::chars_format::general, ',', 10); + return fast_float::parse_options(fast_float::chars_format::general, ',', + 10); }(); // infinities @@ -1640,7 +1641,8 @@ TEST_CASE("float.general") { TEST_CASE("float.decimal_point") { constexpr auto options = [] { - return fast_float::parse_options(fast_float::chars_format::general, ',', 10); + return fast_float::parse_options(fast_float::chars_format::general, ',', + 10); }(); // infinity