diff options
Diffstat (limited to 'src/app/impl_self.rs')
-rw-r--r-- | src/app/impl_self.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/app/impl_self.rs b/src/app/impl_self.rs index 325c53f..c2a24cf 100644 --- a/src/app/impl_self.rs +++ b/src/app/impl_self.rs | |||
@@ -24,7 +24,6 @@ impl App { | |||
24 | let (tx, rx) = channel(); | 24 | let (tx, rx) = channel(); |
25 | let mut watcher = watcher(tx, Duration::from_secs(1)).unwrap(); | 25 | let mut watcher = watcher(tx, Duration::from_secs(1)).unwrap(); |
26 | watcher.watch(utils::auto_habit_file(), RecursiveMode::Recursive); | 26 | watcher.watch(utils::auto_habit_file(), RecursiveMode::Recursive); |
27 | |||
28 | return App { | 27 | return App { |
29 | habits: vec![], | 28 | habits: vec![], |
30 | focus: 0, | 29 | focus: 0, |