Skip to content

Commit eecf21f

Browse files
committed
Clean up extra spaces
Clean up extra spaces, although these errors are not important, they affect the code specification. Signed-off-by: jayonlau <[email protected]>
1 parent f73c601 commit eecf21f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: example/v0_12_filter.conf

+2-2
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,10 @@
5252
</match>
5353

5454
# Composing two filters. For all events with the tag foo.bar,
55-
#
55+
#
5656
# 1. The first filter filters out all events that has the field "hello"
5757
# 2. Then, for those events, we downcase the value of the "name" field.
58-
#
58+
#
5959
# - {"name":"SADA", "hello":100} gets filtered out
6060
# - {"name":"SADA"} becomes {"name":"sada"}
6161
# - {"last_name":"FURUHASHI"} throws an error because it has no field called "name"

0 commit comments

Comments
 (0)