mirror of
https://github.com/gabime/spdlog.git
synced 2025-09-30 10:29:02 +08:00
clang-format
This commit is contained in:
@@ -35,7 +35,7 @@ SPDLOG_INLINE spdlog::level::level_enum from_str(const std::string &name) SPDLOG
|
||||
level++;
|
||||
}
|
||||
// allow warn = warning before giving up
|
||||
return name == "warn" ? level::warn: level::off;
|
||||
return name == "warn" ? level::warn : level::off;
|
||||
}
|
||||
} // namespace level
|
||||
|
||||
|
Reference in New Issue
Block a user