Skip to content

Commit

Permalink
Merge pull request #510 from hatoo/refactor-1
Browse files Browse the repository at this point in the history
Remove unneeded .boxed()
  • Loading branch information
hatoo authored Jun 1, 2024
2 parents e248ff7 + 36f9568 commit 76e0328
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -468,7 +468,6 @@ async fn main() -> anyhow::Result<()> {
}
.map(Ok),
)
.boxed()
} else {
// Spawn monitor future which draws realtime tui
tokio::spawn(
Expand All @@ -486,7 +485,6 @@ async fn main() -> anyhow::Result<()> {
}
.monitor(),
)
.boxed()
};
if let Some(duration) = opts.duration.take() {
match opts.query_per_second {
Expand Down

0 comments on commit 76e0328

Please sign in to comment.