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 88164a0d2..94cd84878 100644 --- a/std/encoding/yaml/dumper/dumper_state.ts +++ b/std/encoding/yaml/dumper/dumper_state.ts @@ -121,7 +121,7 @@ export class DumperState extends State { lineWidth = 80, noRefs = false, noCompatMode = false, - condenseFlow = false + condenseFlow = false, }: DumperStateOptions) { super(schema); this.indent = Math.max(1, indent); |