Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
insipx committed Jul 15, 2024
1 parent 0a426be commit c356838
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions xmtp_mls/src/storage/encrypted_store/group_message.rs
Original file line number Diff line number Diff line change
Expand Up @@ -196,9 +196,7 @@ impl DbConnection {
Ok(self.raw_query(|conn| {
diesel::update(dsl::group_messages)
.filter(dsl::id.eq(msg_id.as_ref()))
.set((
dsl::delivery_status.eq(DeliveryStatus::Published),
))
.set((dsl::delivery_status.eq(DeliveryStatus::Published),))
.execute(conn)
})?)
}
Expand Down

0 comments on commit c356838

Please sign in to comment.