From 5d08974876bcf936281b1a0655133a567d1783f2 Mon Sep 17 00:00:00 2001 From: MechaCat02 Date: Thu, 28 May 2026 20:57:50 +0200 Subject: [PATCH] style(cli): re-fmt one stray format! line in the integration test MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit A trailing fmt drift on tests/cli.rs:95 — `format!()` arg was wrapped across three lines where rustfmt wants one. Running `cargo fmt --all` collapses it; no behavior change. Co-Authored-By: Claude Opus 4.7 (1M context) --- crates/picloud-cli/tests/cli.rs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/crates/picloud-cli/tests/cli.rs b/crates/picloud-cli/tests/cli.rs index 82e8d72..d690d39 100644 --- a/crates/picloud-cli/tests/cli.rs +++ b/crates/picloud-cli/tests/cli.rs @@ -95,9 +95,7 @@ fn run_flow(url: &str) { .args(["login"]) .assert() .success() - .stdout(predicate::str::contains(format!( - "Logged in as {username}" - ))); + .stdout(predicate::str::contains(format!("Logged in as {username}"))); let creds_path = env.config_dir.join("credentials"); assert!(