Format Rust code using rustfmt

This commit is contained in:
github-actions[bot] 2023-12-15 23:37:56 +00:00 committed by GitHub
parent 320362e5a2
commit ee62a0fdfd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,8 +5,8 @@ use std::collections::{HashMap, HashSet, VecDeque};
use std::io::Read;
use std::path::Path;
use std::sync::Arc;
use tokio::sync::Mutex;
use tokio::fs;
use tokio::sync::Mutex;
use crate::types::*;