Skip to content

Commit

Permalink
fix clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
fitztrev committed May 4, 2024
1 parent bb71eeb commit 39ec38c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion command/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,7 @@ fn gitpod_checkout_pr() -> std::io::Result<()> {
let branch_name = format!("pr-{pr_no}");

let progress = spinner();
progress.start(&format!("Checking out lila PR #{pr_no}: {pr_url}..."));
progress.start(format!("Checking out lila PR #{pr_no}: {pr_url}..."));

let mut cmd = Command::new("git");
cmd.current_dir("repos/lila")
Expand Down

0 comments on commit 39ec38c

Please sign in to comment.