Skip to content

Commit 2436f3d

Browse files
committed
Revert cpp format changes
1 parent 71cf8e2 commit 2436f3d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

parameter_traits/include/parameter_traits/parameter_traits.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ template <typename... Args>
4343
[[deprecated(
4444
"When returning tl::expected<void, std::string> you can call fmt::format "
4545
"directly.")]] auto
46-
ERROR(const std::string& format,
47-
Args... args) -> tl::expected<void, std::string> {
46+
ERROR(const std::string& format, Args... args)
47+
-> tl::expected<void, std::string> {
4848
return tl::make_unexpected(fmt::format(format, args...));
4949
}
5050

0 commit comments

Comments
 (0)