From 796be14444b7ed46f9555999041edd6ef3e85bde Mon Sep 17 00:00:00 2001 From: Joe Carstairs Date: Sat, 17 Jan 2026 17:04:12 +0000 Subject: More typos and stuff --- schist_desktop_gui/src/paths.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'schist_desktop_gui/src') diff --git a/schist_desktop_gui/src/paths.rs b/schist_desktop_gui/src/paths.rs index f5cbf33..b098859 100644 --- a/schist_desktop_gui/src/paths.rs +++ b/schist_desktop_gui/src/paths.rs @@ -33,7 +33,7 @@ fn get_file_paths_checked() -> anyhow::Result> { fn is_sqlite_file(entry: &std::fs::DirEntry) -> bool { entry .file_type() - .is_ok_and(|ft| (FileType::is_file(&ft) || FileType::is_symlink(&ft))) + .is_ok_and(|ft| FileType::is_file(&ft) || FileType::is_symlink(&ft)) && entry .path() .extension() -- cgit v1.2.3