Skip to content

Commit c19a1ed

Browse files
committed
Clean up whitespace. (#307)
1 parent 347ef39 commit c19a1ed

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -72,26 +72,26 @@ Visit [http://localhost:8080/](http://localhost:8080/), and paste this into the
7272
7373
# Simple fixes
7474
75-
add_field("hello","world")
75+
add_field("hello", "world")
7676
remove_field("my.deep.nested.junk")
77-
copy_field("stats","output.$append")
77+
copy_field("stats", "output.$append")
7878
7979
# Conditionals
8080
8181
if exists("error")
82-
set_field("is_valid", "no")
83-
log("error")
82+
set_field("is_valid", "no")
83+
log("error")
8484
elsif exists("warning")
85-
set_field("is_valid", "yes")
86-
log("warning")
85+
set_field("is_valid", "yes")
86+
log("warning")
8787
else
88-
set_field("is_valid", "yes")
88+
set_field("is_valid", "yes")
8989
end
9090
9191
# Loops
9292
93-
do list(path: "foo", "var":"$i")
94-
add_field("$i","bar")
93+
do list(path: "foo", "var": "$i")
94+
add_field("$i", "bar")
9595
end
9696
```
9797

0 commit comments

Comments
 (0)