Compare commits

...

1 Commits

Author SHA1 Message Date
zegonix 44d8f2fc43 removed trailing whitespace 2026-05-03 10:09:12 +02:00
+1 -1
View File
@@ -105,7 +105,7 @@ impl Bookmarks {
Ok(path) Ok(path)
} }
/// ///
pub fn remove_invalid_paths(&mut self) -> Result<()> { pub fn remove_invalid_paths(&mut self) -> Result<()> {
self.bookmarks.retain(|_, path| path.is_dir()); self.bookmarks.retain(|_, path| path.is_dir());
self.write_bookmark_file()?; self.write_bookmark_file()?;