From 88d07f501496e0e3fc9d8d7a1b58be2c7e2520ad Mon Sep 17 00:00:00 2001 From: mint Date: Wed, 14 Sep 2022 16:21:11 -0300 Subject: [PATCH] fixup! fixup! vento: Imported changes to Git --- src/inv.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/inv.rs b/src/inv.rs index 42fb0b5..4ee14b1 100644 --- a/src/inv.rs +++ b/src/inv.rs @@ -71,4 +71,4 @@ fn create_slots(dir: PathBuf) { // Used only on init. Creates all required direc fs::create_dir_all(inactive).expect("❌ Vento was unable to initalize. Do you have the correct permissions?"); println!("🎉 {}", format!("Vento has been succesfully initialized!").green()); -} +} \ No newline at end of file