Skip to content

Commit

Permalink
Clean up extra spaces
Browse files Browse the repository at this point in the history
Clean up extra spaces, although these errors are not important, they affect the code specification.

Signed-off-by: jayonlau <[email protected]>
  • Loading branch information
jayonlau committed Jul 13, 2021
1 parent f73c601 commit eecf21f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions example/v0_12_filter.conf
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,10 @@
</match>

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

0 comments on commit eecf21f

Please sign in to comment.