From ad41fbb9cd6d876dff65867f707f7f62474c0b25 Mon Sep 17 00:00:00 2001 From: lucaronin Date: Mon, 23 Feb 2026 22:34:25 +0100 Subject: [PATCH] =?UTF-8?q?style:=20rustfmt=20=E2=80=94=20remove=20trailin?= =?UTF-8?q?g=20blank=20line=20in=20tests=20module?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src-tauri/src/lib.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src-tauri/src/lib.rs b/src-tauri/src/lib.rs index 79d368d1..9ac26a85 100644 --- a/src-tauri/src/lib.rs +++ b/src-tauri/src/lib.rs @@ -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)]