Skip to content

Commit

Permalink
fix code style
Browse files Browse the repository at this point in the history
  • Loading branch information
oathdruid committed Nov 7, 2024
1 parent 187d64d commit 32f45e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/use-arena-with-brpc/server.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit 32f45e8

Please sign in to comment.