diff options
author | Daniel Schadt <kingdread@gmx.de> | 2020-06-26 16:47:15 +0200 |
---|---|---|
committer | Daniel Schadt <kingdread@gmx.de> | 2020-06-26 16:47:15 +0200 |
commit | e22b79adaaa69761fc520d6cd57baee1025fa926 (patch) | |
tree | db6dc6aa23b05173c33f9ea5345f7871c8ce62b4 | |
parent | 8ece044d28fc5ab194ce9eaacc73c2e72f995a6e (diff) | |
download | raidgrep-e22b79adaaa69761fc520d6cd57baee1025fa926.tar.gz raidgrep-e22b79adaaa69761fc520d6cd57baee1025fa926.tar.bz2 raidgrep-e22b79adaaa69761fc520d6cd57baee1025fa926.zip |
fix formatting
-rw-r--r-- | src/filters/log.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/filters/log.rs b/src/filters/log.rs index 30cf0cb..10258a0 100644 --- a/src/filters/log.rs +++ b/src/filters/log.rs @@ -148,8 +148,8 @@ pub fn challenge_mote() -> Box<dyn LogFilter> { #[cfg(test)] mod tests { - use chrono::TimeZone; use super::*; + use chrono::TimeZone; #[test] fn test_time_is_between() { |