From 8a135713127a1f94fc9cbfcffc4b8536e2c751b6 Mon Sep 17 00:00:00 2001 From: mutouyun Date: Sun, 20 Sep 2020 15:00:24 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E6=89=93=E5=8D=B0=E8=BE=93?= =?UTF-8?q?=E5=87=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- demo/msg_que/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demo/msg_que/main.cpp b/demo/msg_que/main.cpp index 35a9e39..79b5433 100644 --- a/demo/msg_que/main.cpp +++ b/demo/msg_que/main.cpp @@ -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 { - return str_of_size(sz) + " /s"; + return str_of_size(sz) + "/s"; } void do_counting() {