From eecf21fb51e4b25e08cebd8c29e96fd292da73aa Mon Sep 17 00:00:00 2001 From: jayonlau Date: Mon, 12 Jul 2021 19:06:21 +0800 Subject: [PATCH] Clean up extra spaces Clean up extra spaces, although these errors are not important, they affect the code specification. Signed-off-by: jayonlau --- example/v0_12_filter.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/example/v0_12_filter.conf b/example/v0_12_filter.conf index 1b8c87047e..6fcc8e7c3b 100644 --- a/example/v0_12_filter.conf +++ b/example/v0_12_filter.conf @@ -52,10 +52,10 @@ # 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"