removed trailing whitespace
This commit is contained in:
+1
-1
@@ -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()?;
|
||||||
|
|||||||
Reference in New Issue
Block a user