diff options
Diffstat (limited to 'std/encoding/_yaml/dumper/dumper_state.ts')
-rw-r--r-- | std/encoding/_yaml/dumper/dumper_state.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/std/encoding/_yaml/dumper/dumper_state.ts b/std/encoding/_yaml/dumper/dumper_state.ts index 2124ecb98..63b04983e 100644 --- a/std/encoding/_yaml/dumper/dumper_state.ts +++ b/std/encoding/_yaml/dumper/dumper_state.ts @@ -12,7 +12,7 @@ const _hasOwnProperty = Object.prototype.hasOwnProperty; function compileStyleMap( schema: Schema, - map?: ArrayObject<StyleVariant> | null + map?: ArrayObject<StyleVariant> | null, ): ArrayObject<StyleVariant> { if (typeof map === "undefined" || map === null) return {}; |