Skip to content

Commit 5c78db0

Browse files
committed
ui
1 parent 4ef6322 commit 5c78db0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

crates/chat-cli/src/cli/chat/tools/execute_bash.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ use super::{
2828
};
2929
use crate::cli::chat::{
3030
CONTINUATION_LINE,
31-
PURPOSE_ARROW}
32-
;
31+
PURPOSE_ARROW,
32+
};
3333
use crate::platform::Context;
3434
const READONLY_COMMANDS: &[&str] = &["ls", "cat", "echo", "pwd", "which", "head", "tail", "find", "grep"];
3535

@@ -131,7 +131,7 @@ impl ExecuteBash {
131131
queue!(
132132
updates,
133133
style::Print(CONTINUATION_LINE),
134-
style::Print("\n"),
134+
style::Print("\n"),
135135
style::Print(PURPOSE_ARROW),
136136
style::SetForegroundColor(Color::Blue),
137137
style::Print("Purpose: "),

0 commit comments

Comments
 (0)