cargo fmt

whoops
rocket-stable
Antoine Martin 2021-03-31 21:04:30 +02:00
parent 29c0a4abdf
commit da20e2c9ac
1 changed files with 1 additions and 1 deletions

View File

@ -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};