From 32f45e80bfc57d8793b31bd737acfb5ca0de4c7a Mon Sep 17 00:00:00 2001 From: Kevin Li Date: Thu, 7 Nov 2024 23:01:02 +0800 Subject: [PATCH] fix code style --- example/use-arena-with-brpc/server.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/use-arena-with-brpc/server.cpp b/example/use-arena-with-brpc/server.cpp index 86ea8f4..11d4930 100644 --- a/example/use-arena-with-brpc/server.cpp +++ b/example/use-arena-with-brpc/server.cpp @@ -75,7 +75,7 @@ int main(int argc, char* argv[]) { ::std::thread([] { ::tcmalloc::MallocExtension::SetBackgroundReleaseRate( - ::tcmalloc::MallocExtension::BytesPerSecond(16 << 10)); + ::tcmalloc::MallocExtension::BytesPerSecond(16 << 10)); ::tcmalloc::MallocExtension::ProcessBackgroundActions(); }).detach(); server.RunUntilAskedToQuit();