Skip to content

Commit cf5e528

Browse files
committed
Simplify
1 parent a398b6d commit cf5e528

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

components/core/src/clp/ffi/ir_stream/IrErrorCode.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@
33
#include <string>
44

55
using clp::ffi::ir_stream::IrErrorCodeEnum;
6-
using IrErrorCategory
7-
= ystdlib::error_handling::ErrorCategory<clp::ffi::ir_stream::IrErrorCodeEnum>;
6+
using IrErrorCategory = ystdlib::error_handling::ErrorCategory<IrErrorCodeEnum>;
87

98
template <>
109
auto IrErrorCategory::name() const noexcept -> char const* {

0 commit comments

Comments
 (0)