Skip to content

Commit ac3fab0

Browse files
committed
fix: line break
1 parent e4e27dd commit ac3fab0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/chat_stream_cli.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,5 +75,6 @@ async fn listen_for_tokens(mut chat_stream: Receiver<ChatCompletionDelta>) -> Ch
7575
}
7676
};
7777
}
78+
println!();
7879
merged.unwrap().into()
7980
}

0 commit comments

Comments
 (0)