chore: rustfmt

This commit is contained in:
alyssa 2024-12-26 19:19:57 +00:00
parent 88e136d22a
commit 2d36b8a7cc

View file

@ -2,9 +2,9 @@ use futures::StreamExt;
use libpk::_config::ClusterSettings; use libpk::_config::ClusterSettings;
use metrics::counter; use metrics::counter;
use std::sync::{mpsc::Sender, Arc}; use std::sync::{mpsc::Sender, Arc};
use tracing::{info, warn, error}; use tracing::{error, info, warn};
use twilight_gateway::{ use twilight_gateway::{
create_iterator, ConfigBuilder, Event, EventTypeFlags, Shard, ShardId, Message, create_iterator, ConfigBuilder, Event, EventTypeFlags, Message, Shard, ShardId,
}; };
use twilight_model::gateway::{ use twilight_model::gateway::{
payload::outgoing::update_presence::UpdatePresencePayload, payload::outgoing::update_presence::UpdatePresencePayload,