Skip to content

Commit ae101a1

Browse files
committed
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.
1 parent 69c1900 commit ae101a1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

crates/tui/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9052,4 +9052,4 @@ mod pr_prompt_tests {
90529052
"missing command should return false, not panic"
90539053
);
90549054
}
9055-
}
9055+
}

0 commit comments

Comments
 (0)