Skip to content

Commit 21a295e

Browse files
committed
chore: run cargo +nightly fmt
1 parent 89e14c3 commit 21a295e

File tree

1 file changed

+9
-2
lines changed
  • crates/chat-cli/src/cli/chat/cli

1 file changed

+9
-2
lines changed

crates/chat-cli/src/cli/chat/cli/reply.rs

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,16 @@
11
use clap::Args;
22
use crossterm::execute;
3-
use crossterm::style::{self, Color};
3+
use crossterm::style::{
4+
self,
5+
Color,
6+
};
47

58
use super::editor::open_editor;
6-
use crate::cli::chat::{ChatError, ChatSession, ChatState};
9+
use crate::cli::chat::{
10+
ChatError,
11+
ChatSession,
12+
ChatState,
13+
};
714

815
/// Arguments to the `/reply` command.
916
#[deny(missing_docs)]

0 commit comments

Comments
 (0)