modernize-return-braced-init-list
This commit is contained in:
parent
17caf77784
commit
35a843f8b6
@ -238,7 +238,7 @@ private:
|
|||||||
if (rotation_time > now) {
|
if (rotation_time > now) {
|
||||||
return rotation_time;
|
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;
|
filename_t _base_filename;
|
||||||
|
Loading…
Reference in New Issue
Block a user