summaryrefslogtreecommitdiff
path: root/std/encoding/yaml/schema.ts
diff options
context:
space:
mode:
Diffstat (limited to 'std/encoding/yaml/schema.ts')
-rw-r--r--std/encoding/yaml/schema.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/std/encoding/yaml/schema.ts b/std/encoding/yaml/schema.ts
index 1968e34c1..579644dbb 100644
--- a/std/encoding/yaml/schema.ts
+++ b/std/encoding/yaml/schema.ts
@@ -45,7 +45,7 @@ function compileMap(...typesList: Type[][]): TypeMap {
fallback: {},
mapping: {},
scalar: {},
- sequence: {}
+ sequence: {},
};
for (const types of typesList) {