diff options
Diffstat (limited to 'std/encoding/yaml/schema/core.ts')
-rw-r--r-- | std/encoding/yaml/schema/core.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/std/encoding/yaml/schema/core.ts b/std/encoding/yaml/schema/core.ts index 82a512a1e..4fadc9bfe 100644 --- a/std/encoding/yaml/schema/core.ts +++ b/std/encoding/yaml/schema/core.ts @@ -9,5 +9,5 @@ import { json } from "./json.ts"; // Standard YAML's Core schema. // http://www.yaml.org/spec/1.2/spec.html#id2804923 export const core = new Schema({ - include: [json] + include: [json], }); |