style: restore trailing newline in main.rs (fix CI format gate)
Auto-close harvested PRs / close (push) Has been cancelled
CI / Version drift (push) Has been cancelled
CI / Lint (push) Has been cancelled
CI / Test (macos-latest) (push) Has been cancelled
CI / Test (ubuntu-latest) (push) Has been cancelled
CI / Test (windows-latest) (push) Has been cancelled
CI / npm wrapper smoke (push) Has been cancelled
CI / Mobile runtime smoke (push) Has been cancelled
CI / Documentation (push) Has been cancelled
Nightly / Build codewhale-linux-arm64 (push) Has been cancelled
Nightly / Build codewhale-linux-riscv64 (push) Has been cancelled
Nightly / Build codewhale-linux-x64 (push) Has been cancelled
Nightly / Build codewhale-macos-arm64 (push) Has been cancelled
Nightly / Build codewhale-macos-x64 (push) Has been cancelled
Nightly / Build codewhale-tui-linux-arm64 (push) Has been cancelled
Nightly / Build codewhale-tui-linux-riscv64 (push) Has been cancelled
Nightly / Build codewhale-tui-linux-x64 (push) Has been cancelled
Nightly / Build codewhale-tui-macos-arm64 (push) Has been cancelled
Nightly / Build codewhale-tui-macos-x64 (push) Has been cancelled
Nightly / Build codewhale-tui-windows-x64.exe (push) Has been cancelled
Nightly / Build codewhale-windows-x64.exe (push) Has been cancelled
Sync to CNB / sync (push) Has been cancelled

The await_holding_lock allow attributes were patched in without a final newline, which cargo fmt --check (and the release parity job) rejected. Restoring it.
This commit is contained in:
Hunter B
2026-06-14 00:16:09 -07:00
parent 69c19007c9
commit ae101a1231
+1 -1
View File
@@ -9052,4 +9052,4 @@ mod pr_prompt_tests {
"missing command should return false, not panic"
);
}
}
}