clang-format

This commit is contained in:
gabime
2019-12-13 18:26:36 +02:00
parent 62ecc04212
commit a056b9115b
4 changed files with 3 additions and 4 deletions

View File

@@ -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