Skip to content

Commit 2c1f968

Browse files
committed
Undo irrelevant change
1 parent b2298ae commit 2c1f968

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ystdlib/error_handling/ErrorCode.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ class ErrorCode {
8787
/**
8888
* @return The reference to the singleton of the corresponded error category.
8989
*/
90-
[[nodiscard]] static constexpr auto get_category() -> ErrorCategory<ErrorCodeEnum> const& {
90+
[[nodiscard]] constexpr static auto get_category() -> ErrorCategory<ErrorCodeEnum> const& {
9191
return cCategory;
9292
}
9393

0 commit comments

Comments
 (0)