Skip to content

Commit 67c8996

Browse files
Pyinerclaude
andcommitted
Apply rustfmt to runner.rs
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
1 parent 876b4f4 commit 67c8996

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

src/runner.rs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4260,7 +4260,10 @@ mod tests {
42604260
Claude Code'll be able to read, edit, and execute files here. Security guide \
42614261
❯ 1. Yes, I trust this folder 2. No, suggest changes (esc)";
42624262
assert!(tty_output_has_workspace_trust_prompt(v2));
4263-
assert_eq!(classify_tty_screen(v2), TtyScreenState::WorkspaceTrustPrompt);
4263+
assert_eq!(
4264+
classify_tty_screen(v2),
4265+
TtyScreenState::WorkspaceTrustPrompt
4266+
);
42644267
// Legacy dialog with the old title still matches.
42654268
let legacy = "Quick safety check ❯ 1. Yes, I trust this folder 2. No";
42664269
assert!(tty_output_has_workspace_trust_prompt(legacy));

0 commit comments

Comments
 (0)