aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-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 2f4a6a0..b9843e9 100644
--- a/src/filters/log.rs
+++ b/src/filters/log.rs
@@ -98,7 +98,7 @@ impl Filter<EarlyLogResult, LogResult> for TimeFilter {
fn filter_early(&self, early_log: &EarlyLogResult) -> Inclusion {
// Ignore the filename heuristic if the user wishes so.
if !self.2 {
- return Inclusion::Unknown
+ return Inclusion::Unknown;
}
early_log
.log_file