diff --git a/xmtp_mls/src/groups/message_history.rs b/xmtp_mls/src/groups/message_history.rs index 3742193c5..503c2f37b 100644 --- a/xmtp_mls/src/groups/message_history.rs +++ b/xmtp_mls/src/groups/message_history.rs @@ -117,4 +117,4 @@ mod tests { let result = group.send_message_history_reply(reply).await; assert_ok!(result); } -} \ No newline at end of file +}