Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
gabriel-aranha-cw committed Dec 16, 2024
1 parent 9826c34 commit e8b3f86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ impl CommonConfig {
let async_id = ASYNC_ID.fetch_add(1, Ordering::SeqCst);
if async_id <= num_async_threads {
if cfg!(feature = "flamegraph") {
return "tokio-async".to_string()
return "tokio-async".to_string();
} else {
return format!("tokio-async-{}", async_id);
}
Expand Down

0 comments on commit e8b3f86

Please sign in to comment.