Skip to content

Commit

Permalink
Make cargo fmt happy
Browse files Browse the repository at this point in the history
  • Loading branch information
gmarler committed Sep 18, 2024
1 parent 04df253 commit 0eae0e7
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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,
}

Expand Down

0 comments on commit 0eae0e7

Please sign in to comment.