From 0af3450d354a9eb4cca5d57692ea46eb81232e0b Mon Sep 17 00:00:00 2001 From: tuddman Date: Fri, 2 Aug 2024 15:27:57 +0200 Subject: [PATCH] fix: formatting --- examples/cli/cli-client.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/cli/cli-client.rs b/examples/cli/cli-client.rs index 17dee7bf4..0f07c26d1 100755 --- a/examples/cli/cli-client.rs +++ b/examples/cli/cli-client.rs @@ -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 {} => {