mirror of
https://github.com/natsukagami/youmubot.git
synced 2025-05-24 09:10:49 +00:00
Fix cargo fmt stuff
This commit is contained in:
parent
0b60396f81
commit
328bb44d23
2 changed files with 7 additions and 6 deletions
|
@ -1,9 +1,7 @@
|
|||
use chrono::{DateTime, Utc};
|
||||
|
||||
use serde::{Deserialize, Serialize};
|
||||
use serenity::{
|
||||
model::id::{RoleId, UserId},
|
||||
};
|
||||
use serenity::model::id::{RoleId, UserId};
|
||||
use std::collections::HashMap;
|
||||
use youmubot_db::{GuildMap, DB};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue