summaryrefslogtreecommitdiffstats
path: root/src/history.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/history.rs')
-rw-r--r--src/history.rs6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/history.rs b/src/history.rs
index 78e3b64..dd1d939 100644
--- a/src/history.rs
+++ b/src/history.rs
@@ -76,9 +76,9 @@ impl DirHistory {
match self.map.get_mut(&pathbuf) {
Some(s) => Ok(s),
None => Err(std::io::Error::new(
- std::io::ErrorKind::NotFound,
- "Can't find file",
- )),
+ std::io::ErrorKind::NotFound,
+ "Can't find file",
+ )),
}
}