Skip to content

Commit 9f75545

Browse files
committed
fmt
1 parent 63f7524 commit 9f75545

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

crates/q_chat/src/lib.rs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,10 @@ use command::{
4040
Command,
4141
ToolsSubcommand,
4242
};
43-
use consts::{CONTEXT_WINDOW_SIZE, QCHAT_PROCESS_ID};
43+
use consts::{
44+
CONTEXT_WINDOW_SIZE,
45+
QCHAT_PROCESS_ID,
46+
};
4447
use context::ContextManager;
4548
use conversation_state::{
4649
ConversationState,

0 commit comments

Comments
 (0)