From ae101a12313672fa5f7b0be083ed16a6fc448952 Mon Sep 17 00:00:00 2001 From: Hunter B Date: Sun, 14 Jun 2026 00:16:09 -0700 Subject: [PATCH] style: restore trailing newline in main.rs (fix CI format gate) 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. --- crates/tui/src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/tui/src/main.rs b/crates/tui/src/main.rs index b640ee7a..054106fd 100644 --- a/crates/tui/src/main.rs +++ b/crates/tui/src/main.rs @@ -9052,4 +9052,4 @@ mod pr_prompt_tests { "missing command should return false, not panic" ); } -} \ No newline at end of file +}