Skip to content

Commit

Permalink
feat: DataCommand sp.stop() -> sp.stop_with_newline()
Browse files Browse the repository at this point in the history
Co-authored-by: Sam Greenbury <[email protected]>
  • Loading branch information
griff-rees and sgreenbury authored Jul 8, 2024
1 parent 91f245b commit 23ac1b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ impl RunCommand for MetricsCommand {
);
let popgetter = Popgetter::new_with_config(config).await?;
let search_results = popgetter.search(self.search_params_args.clone().into());
sp.stop();
sp.stop_with_newline();

let len_requests = search_results.0.shape().0;
println!("Found {} metrics.", len_requests);
Expand Down

0 comments on commit 23ac1b4

Please sign in to comment.