removed trailing whitespace

This commit is contained in:
zegonix
2026-05-03 10:09:12 +02:00
parent 92b1080daa
commit 44d8f2fc43
+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()?;