cargo-fmt the src

Signed-off-by: Gunwant Jain <mail@wantguns.dev>
This commit is contained in:
Gunwant Jain 2022-01-18 16:18:22 +05:30
commit 78b4213c62
6 changed files with 14 additions and 5 deletions

View file

@ -44,7 +44,8 @@ fn rocket() -> _ {
let args = get_parsed_args();
// create the upload directory, if not already created
fs::create_dir_all(args.upload).expect("Could not create the upload directory");
fs::create_dir_all(args.upload)
.expect("Could not create the upload directory");
rocket::build()
.mount(