cargo fmt
whoops
This commit is contained in:
parent
29c0a4abdf
commit
da20e2c9ac
|
@ -10,7 +10,7 @@ use std::sync::{
|
|||
use std::thread;
|
||||
|
||||
use anyhow::Context;
|
||||
use clap::{App, Arg, crate_version};
|
||||
use clap::{crate_version, App, Arg};
|
||||
use log::{error, info};
|
||||
use rocket::{http::Status, post, routes, State};
|
||||
|
||||
|
|
Loading…
Reference in a new issue