Skip to content

Commit 3a16a6c

Browse files
committed
Remove superfluous vertical spacing in regex
1 parent c2d448a commit 3a16a6c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

splunk-mode.el

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -315,8 +315,7 @@
315315
(or "eval" "where" "fieldformat")
316316
(or (one-or-more space) eol)
317317
(zero-or-more (not (any "|[")))))
318-
(group (regexp (regexp-opt splunk-eval-functions 'words)))
319-
)))
318+
(group (regexp (regexp-opt splunk-eval-functions 'words))))))
320319

321320
;; Alternative comment syntax; refs:
322321
;; - https://docs.splunk.com/Documentation/Splunk/9.1.1/Search/Comments

0 commit comments

Comments
 (0)