summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/parse.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/parse.rs b/src/parse.rs
index 0fa0b28c..59ef525c 100644
--- a/src/parse.rs
+++ b/src/parse.rs
@@ -310,7 +310,7 @@ lazy_static! {
( # timestamp
[0-9]{4}-[0-9]{2}-[0-9]{2}\ [0-9]{2}:[0-9]{2}:[0-9]{2}\ [-+][0-9]{4}
)
-[\ ]
+[\ ]+
(
[0-9]+ # line number
)