diff options
Diffstat (limited to 'std/encoding/yaml/dumper/dumper.ts')
-rw-r--r-- | std/encoding/yaml/dumper/dumper.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/std/encoding/yaml/dumper/dumper.ts b/std/encoding/yaml/dumper/dumper.ts index 3a34e14cc..1280ee757 100644 --- a/std/encoding/yaml/dumper/dumper.ts +++ b/std/encoding/yaml/dumper/dumper.ts @@ -73,7 +73,7 @@ const DEPRECATED_BOOLEANS_SYNTAX = [ "NO", "off", "Off", - "OFF" + "OFF", ]; function encodeHex(character: number): string { |