mirror of
https://github.com/gabime/spdlog.git
synced 2025-09-29 01:29:35 +08:00
modernize-return-braced-init-list
This commit is contained in:
@@ -238,7 +238,7 @@ private:
|
||||
if (rotation_time > now) {
|
||||
return rotation_time;
|
||||
}
|
||||
return std::chrono::system_clock::time_point(rotation_time + std::chrono::hours(24));
|
||||
return{ rotation_time + std::chrono::hours(24) };
|
||||
}
|
||||
|
||||
filename_t _base_filename;
|
||||
|
Reference in New Issue
Block a user