mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-10 15:57:53 +00:00
chore: cargo fmt
This commit is contained in:
parent
c8b6dc4c23
commit
299be27031
4 changed files with 8 additions and 5 deletions
|
|
@ -1,7 +1,7 @@
|
|||
use fred::{
|
||||
clients::RedisPool,
|
||||
error::RedisError,
|
||||
interfaces::KeysInterface,
|
||||
clients::RedisPool,
|
||||
types::{Expiration, SetOptions},
|
||||
};
|
||||
use std::fmt::Debug;
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
use bytes::Bytes;
|
||||
use fred::{interfaces::HashesInterface, clients::RedisPool};
|
||||
use fred::{clients::RedisPool, interfaces::HashesInterface};
|
||||
use prost::Message;
|
||||
use tracing::info;
|
||||
use twilight_gateway::Event;
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
use chrono::Timelike;
|
||||
use fred::{interfaces::*, clients::RedisPool};
|
||||
use fred::{clients::RedisPool, interfaces::*};
|
||||
use signal_hook::{
|
||||
consts::{SIGINT, SIGTERM},
|
||||
iterator::Signals,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue