From 0eae0e77f2295756f8dba21aa547a7670d44e75f Mon Sep 17 00:00:00 2001 From: Gordon Marler <gmarler@bloomberg.net> Date: Wed, 18 Sep 2024 14:33:54 -0400 Subject: [PATCH] Make cargo fmt happy --- src/main.rs | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/main.rs b/src/main.rs index 89279b8..cf0f7b3 100644 --- a/src/main.rs +++ b/src/main.rs @@ -221,10 +221,7 @@ struct Cli { )] mapsize_rate_limits: u32, // Exclude myself from profiling - #[arg( - long, - help = "Do not profile the profiler (myself)" - )] + #[arg(long, help = "Do not profile the profiler (myself)")] exclude_self: bool, }