Revert last commit

This commit is contained in:
Gabi Melman 2020-08-20 00:00:54 +03:00 committed by GitHub
parent 78369375e3
commit 685cc4edbc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -78,7 +78,7 @@ inline std::unordered_map<std::string, std::string> extract_key_vals_(const std:
return rv; return rv;
} }
inline log_levels extract_levels(const std::string &input) SPDLOG_INLINE log_levels extract_levels(const std::string &input)
{ {
auto key_vals = extract_key_vals_(input); auto key_vals = extract_key_vals_(input);
log_levels rv; log_levels rv;