Skip to content

Commit 5b722e1

Browse files
committed
Address lint errors w/regex upgrade
1 parent 71a7f17 commit 5b722e1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/clojars/tools/process_stats.clj

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,9 @@
2020
(extend-type Pattern
2121
re/RegexValue
2222
(pattern [re] (.pattern re))
23-
(groupnames [_] []))
23+
(groupnames [_] [])
24+
(match-empty? [_] false)
25+
(firsts [_] nil))
2426

2527
(def re-legacy-cdn
2628
"Log format used when we logged from fastly to rackspace cloudfiles"

0 commit comments

Comments
 (0)