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