cargo fmt
This commit is contained in:
parent
e05886aac5
commit
446c0f0264
3 changed files with 77 additions and 41 deletions
|
|
@ -11,7 +11,7 @@ use rand::{
|
|||
};
|
||||
use serde::{Deserialize, Serialize};
|
||||
use serde_with::skip_serializing_none;
|
||||
use serde_with::{serde_as, PickFirst, FromInto};
|
||||
use serde_with::{serde_as, FromInto, PickFirst};
|
||||
use time::OffsetDateTime;
|
||||
use tokio::{
|
||||
fs::File,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue