Skip to content

Commit 618425e

Browse files
committed
pipeline: processor: content-modifier: fix indentation
Signed-off-by: Eduardo Silva <[email protected]>
1 parent a5ab144 commit 618425e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pipeline/processors/content-modifier.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ Both keys in the example are strings. Convert the `key1` to a double/float type
185185
pipeline:
186186
inputs:
187187
- name: dummy
188-
dummy: '{"key1": "123.4", "key2": "true"}'
188+
dummy: '{"key1": "123.4", "key2": "true"}'
189189
190190
processors:
191191
logs:

0 commit comments

Comments
 (0)