style: rustfmt — remove trailing blank line in tests module

This commit is contained in:
lucaronin
2026-02-23 22:34:25 +01:00
parent c0426c84c8
commit ad41fbb9cd

View File

@@ -189,7 +189,6 @@ mod tests {
let result = create_vault_dir(vault_path.to_string_lossy().to_string());
assert!(result.is_ok());
}
} // close mod tests
#[cfg_attr(mobile, tauri::mobile_entry_point)]