cargo-fmt the src
Signed-off-by: Gunwant Jain <mail@wantguns.dev>
This commit is contained in:
parent
ce001c6a79
commit
78b4213c62
6 changed files with 14 additions and 5 deletions
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue