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