From a9ff0a3fea9e484ea6bce6e61c34db42f6eb1447 Mon Sep 17 00:00:00 2001 From: leeguooooo Date: Wed, 10 Jun 2026 15:46:18 +0900 Subject: [PATCH] ci: fmt the doctor_cli cfg_attr (Format check failed on the prior commit) --- cli/tests/doctor_cli.rs | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/cli/tests/doctor_cli.rs b/cli/tests/doctor_cli.rs index 4d1b046..569037e 100644 --- a/cli/tests/doctor_cli.rs +++ b/cli/tests/doctor_cli.rs @@ -35,7 +35,10 @@ fn build_doctor_cmd(tmp: &TempDir, args: &[&str]) -> Command { // main suite passes on Windows; this is the one binary-spawning doctor check // that hangs there. Skip it on Windows until the Windows doctor exit/pipe // behavior is fixed; it still runs on Linux/macOS. -#[cfg_attr(windows, ignore = "doctor --offline hangs on Windows under captured stdout")] +#[cfg_attr( + windows, + ignore = "doctor --offline hangs on Windows under captured stdout" +)] #[test] fn doctor_offline_quick_json_emits_valid_payload() { let tmp = TempDir::new().unwrap();