Skip to content

Commit 8c7dffc

Browse files
committed
remove redundant curly brace
1 parent fb12d1e commit 8c7dffc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

logprep/processor/dissector/rule.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@
100100

101101
START = r"%\{"
102102
END = r"\}"
103-
VALID_TARGET_FIELD = r"[^\}\%\{\}\+\/\|]*"
103+
VALID_TARGET_FIELD = r"[^\%\{\}\+\/\|]*"
104104
APPEND_WITH_SEPERATOR = r"(\+\([^%]+\))"
105105
APPEND_WITHOUT_SEPERATOR = r"(\+(?!\([^%]))"
106106
INDIRECT_FIELD_NOTATION = r"([&\?]))"

0 commit comments

Comments
 (0)