diff options
Diffstat (limited to 'std/encoding/yaml/schema.ts')
-rw-r--r-- | std/encoding/yaml/schema.ts | 2 |
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) { |