调整打印输出

This commit is contained in:
mutouyun 2020-09-20 15:00:24 +08:00
parent 2255ae685a
commit 8a13571312

View File

@ -40,7 +40,7 @@ inline std::string str_of_size(std::size_t sz) noexcept {
} }
inline std::string speed_of(std::size_t sz) noexcept { inline std::string speed_of(std::size_t sz) noexcept {
return str_of_size(sz) + " /s"; return str_of_size(sz) + "/s";
} }
void do_counting() { void do_counting() {