style: miscellaneous cleanup

This commit is contained in:
2026-06-04 14:30:56 -06:00
parent dc066bee0d
commit feef3f67b5
2 changed files with 22 additions and 1 deletions
+1
View File
@@ -15,6 +15,7 @@ use inquire::validator::Validation;
use inquire::{Confirm, Password, PasswordDisplayMode, Select, Text, min_length, required};
use std::path::{Path, PathBuf};
use std::process::Command;
use log::debug;
pub fn ensure_password_file_initialized(local_provider: &mut LocalProvider) -> Result<()> {
let vault_password_file = local_provider