summaryrefslogtreecommitdiff
path: root/std/encoding/yaml/example/dump.ts
diff options
context:
space:
mode:
Diffstat (limited to 'std/encoding/yaml/example/dump.ts')
-rw-r--r--std/encoding/yaml/example/dump.ts10
1 files changed, 5 insertions, 5 deletions
diff --git a/std/encoding/yaml/example/dump.ts b/std/encoding/yaml/example/dump.ts
index 746c3be01..db3647274 100644
--- a/std/encoding/yaml/example/dump.ts
+++ b/std/encoding/yaml/example/dump.ts
@@ -10,13 +10,13 @@ console.log(
"a",
"b",
{
- a: false
+ a: false,
},
{
- a: false
- }
- ]
+ a: false,
+ },
+ ],
},
- test: "foobar"
+ test: "foobar",
})
);