aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Schadt <kingdread@gmx.de>2020-06-26 16:47:15 +0200
committerDaniel Schadt <kingdread@gmx.de>2020-06-26 16:47:15 +0200
commite22b79adaaa69761fc520d6cd57baee1025fa926 (patch)
treedb6dc6aa23b05173c33f9ea5345f7871c8ce62b4
parent8ece044d28fc5ab194ce9eaacc73c2e72f995a6e (diff)
downloadraidgrep-e22b79adaaa69761fc520d6cd57baee1025fa926.tar.gz
raidgrep-e22b79adaaa69761fc520d6cd57baee1025fa926.tar.bz2
raidgrep-e22b79adaaa69761fc520d6cd57baee1025fa926.zip
fix formatting
-rw-r--r--src/filters/log.rs2
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() {