mirror of
https://github.com/XRPLF/clio.git
synced 2026-04-29 15:37:53 +00:00
style: Set clang-format width 100 (#2953)
This commit is contained in:
@@ -37,7 +37,8 @@ terminationHandler()
|
||||
{
|
||||
#ifndef CLIO_WITHOUT_STACKTRACE
|
||||
try {
|
||||
LOG(LogService::fatal()) << "Exit on terminate. Backtrace:\n" << boost::stacktrace::stacktrace();
|
||||
LOG(LogService::fatal()) << "Exit on terminate. Backtrace:\n"
|
||||
<< boost::stacktrace::stacktrace();
|
||||
} catch (...) {
|
||||
LOG(LogService::fatal()) << "Exit on terminate. Can't get backtrace.";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user