Skip to content

Commit

Permalink
remove extra space in test regexp
Browse files Browse the repository at this point in the history
  • Loading branch information
szroland committed Aug 2, 2015
1 parent 9bb904b commit 94f8b8f
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -46,8 +46,8 @@
/^(
index1 \s+
(\d+) \s+
(\d\d\d\d\-\d\d\-\d\d T\d\d:\d\d:\d\d.\d\d\d\+\d\d:\d\d) \s+
(\d\d\d\d\-\d\d\-\d\dT\d\d:\d\d:\d\d.\d\d\d\+\d\d:\d\d) \s+
(\d+) \s+
(\d\d\d\d\-\d\d\-\d\d T\d\d:\d\d:\d\d.\d\d\d\+\d\d:\d\d) \s*
(\d\d\d\d\-\d\d\-\d\dT\d\d:\d\d:\d\d.\d\d\d\+\d\d:\d\d) \s*
)
$/

0 comments on commit 94f8b8f

Please sign in to comment.