mirror of
https://github.com/diamante0018/master-tool.git
synced 2025-04-21 04:05:42 +00:00
maint: use auto
This commit is contained in:
parent
a92ce25952
commit
aefffb3888
@ -30,7 +30,7 @@ namespace
|
|||||||
};
|
};
|
||||||
|
|
||||||
const auto current_timestamp = std::chrono::duration_cast<std::chrono::seconds>(std::chrono::system_clock::now().time_since_epoch());
|
const auto current_timestamp = std::chrono::duration_cast<std::chrono::seconds>(std::chrono::system_clock::now().time_since_epoch());
|
||||||
const std::string to_sign = std::to_string(current_timestamp.count());
|
const auto to_sign = std::to_string(current_timestamp.count());
|
||||||
|
|
||||||
line(to_sign);
|
line(to_sign);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user