mirror of
https://github.com/diamante0018/master-tool.git
synced 2025-06-26 22:31:58 +00:00
maint: use auto
This commit is contained in:
@ -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 std::string to_sign = std::to_string(current_timestamp.count());
|
||||
const auto to_sign = std::to_string(current_timestamp.count());
|
||||
|
||||
line(to_sign);
|
||||
|
||||
|
Reference in New Issue
Block a user