cargo fmt

This commit is contained in:
DastInDark
2022-07-19 22:22:49 +09:00
parent 058537d93d
commit bed2656c5c
3 changed files with 7 additions and 5 deletions

View File

@@ -22,7 +22,7 @@ use hashbrown;
use hashbrown::HashMap;
use serde_json::Value;
use std::fmt::Write;
use std::path::{Path};
use std::path::Path;
use std::sync::Arc;
use tokio::{runtime::Runtime, spawn, task::JoinHandle};