Skip to content
This repository has been archived by the owner on Apr 15, 2024. It is now read-only.

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
DyrellC committed Aug 29, 2022
1 parent 14d889a commit ba8c8db
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions streams/src/message/announcement.rs
Original file line number Diff line number Diff line change
Expand Up @@ -87,10 +87,7 @@ impl Default for Unwrap {
fn default() -> Self {
let author_id = Default::default();
let topic = Default::default();
Self {
author_id,
topic,
}
Self { author_id, topic }
}
}

Expand Down

0 comments on commit ba8c8db

Please sign in to comment.