diff options
Diffstat (limited to 'std/encoding/yaml/example/inout.ts')
-rw-r--r-- | std/encoding/yaml/example/inout.ts | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/std/encoding/yaml/example/inout.ts b/std/encoding/yaml/example/inout.ts index 80cad8258..b0b47e3fe 100644 --- a/std/encoding/yaml/example/inout.ts +++ b/std/encoding/yaml/example/inout.ts @@ -9,14 +9,14 @@ const test = { "a", "b", { - a: false + a: false, }, { - a: false - } - ] + a: false, + }, + ], }, - test: "foobar" + test: "foobar", }; const string = stringify(test); |