chore: format
This commit is contained in:
10
src/call.rs
10
src/call.rs
@@ -16,12 +16,10 @@ use std::{
|
||||
time::Instant,
|
||||
};
|
||||
use time::UtcDateTime;
|
||||
use twilight_model::
|
||||
id::{
|
||||
Id,
|
||||
marker::{ChannelMarker, GuildMarker, UserMarker},
|
||||
}
|
||||
;
|
||||
use twilight_model::id::{
|
||||
Id,
|
||||
marker::{ChannelMarker, GuildMarker, UserMarker},
|
||||
};
|
||||
|
||||
#[derive(Debug, Clone)]
|
||||
struct Handler {
|
||||
|
||||
Reference in New Issue
Block a user