Skip to content

Commit

Permalink
import formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Kelwing committed Aug 21, 2023
1 parent 41374e4 commit 23f0ead
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion twilight-model/src/gateway/payload/incoming/member_update.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ use crate::{
Id,
},
user::User,
util::{ImageHash, Timestamp}, guild::MemberFlags,
util::{ImageHash, Timestamp},
guild::MemberFlags,
};
use serde::{Deserialize, Serialize};

Expand Down

0 comments on commit 23f0ead

Please sign in to comment.