summaryrefslogtreecommitdiffstats
path: root/src/directory/watch_event_router.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/directory/watch_event_router.rs')
-rw-r--r--src/directory/watch_event_router.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/directory/watch_event_router.rs b/src/directory/watch_event_router.rs
index 6aa898c..3c346db 100644
--- a/src/directory/watch_event_router.rs
+++ b/src/directory/watch_event_router.rs
@@ -152,5 +152,4 @@ mod tests {
thread::sleep(Duration::from_millis(WAIT_TIME));
assert_eq!(2, counter.load(Ordering::SeqCst));
}
-
}