Skip to content

Commit

Permalink
fix: formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
tuddman committed Aug 2, 2024
1 parent f1e6fea commit 0af3450
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/cli/cli-client.rs
Original file line number Diff line number Diff line change
Expand Up @@ -356,12 +356,12 @@ async fn main() {
xmtp_mls::Client::stream_all_messages(client.into(), true)
.await
.unwrap();

while let Some(msg) = sync_group_messages_stream.next().await {
// Note: sending a reply should trigger automatically when processing the request
info!("SYNC Group message: {}", format_message(msg));
}

info!("Synced history", { command_output: true });
}
Commands::Clear {} => {
Expand Down

0 comments on commit 0af3450

Please sign in to comment.