From 4a00a6edead9f35ebc5f538cefc35c778e2dbe49 Mon Sep 17 00:00:00 2001 From: Maxime Coste Date: Sun, 23 Jun 2024 11:03:50 +1000 Subject: Fix trailing whitespaces --- src/string_utils.hh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/string_utils.hh') diff --git a/src/string_utils.hh b/src/string_utils.hh index 3cd7c825..3034dfd5 100644 --- a/src/string_utils.hh +++ b/src/string_utils.hh @@ -144,10 +144,10 @@ decltype(auto) to_string(const StronglyTypedNumber& val) namespace detail { -template requires std::is_convertible_v +template requires std::is_convertible_v StringView format_param(const T& val) { return val; } -template requires (not std::is_convertible_v) +template requires (not std::is_convertible_v) decltype(auto) format_param(const T& val) { return to_string(val); } } -- cgit v1.2.3