Clean up style

This commit is contained in:
Robbert van der Helm
2021-05-05 19:04:49 +02:00
parent 000fa04b7b
commit ce668ec022
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -104,7 +104,7 @@ void Logger::log(const std::string& message) {
if (prefix_timestamp) {
const auto current_time = std::chrono::system_clock::now();
const std::time_t timestamp =
const time_t timestamp =
std::chrono::system_clock::to_time_t(current_time);
// How did C++ manage to get time formatting libraries without a way to