Skip to content

Commit 424b310

Browse files
committed
lint fix
1 parent 74e4b45 commit 424b310

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

src/ystdlib/error_handling/test/test_TraceableException.cpp

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,9 @@ using ystdlib::error_handling::TraceableException;
1212

1313
namespace {
1414
constexpr auto cCustomFailureDescription{"This operation failed due to invalid args."};
15-
constexpr auto cCurrentFileName{
16-
"src/ystdlib/error_handling/test/test_TraceableException.cpp"
17-
};
15+
constexpr auto cCurrentFileName{"src/ystdlib/error_handling/test/test_TraceableException.cpp"};
1816
constexpr auto cCurrentExceptionLocation{
19-
"src/ystdlib/error_handling/test/test_TraceableException.cpp(30:76), function `static void "
17+
"src/ystdlib/error_handling/test/test_TraceableException.cpp(28:76), function `static void "
2018
"ystdlib::error_handling::test::Worker::execute_with_success()`"
2119
};
2220
} // namespace

0 commit comments

Comments
 (0)