ci: fmt the doctor_cli cfg_attr (Format check failed on the prior commit)

This commit is contained in:
leeguooooo
2026-06-10 15:46:18 +09:00
parent af50605a3b
commit a9ff0a3fea
+4 -1
View File
@@ -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();