summaryrefslogtreecommitdiff
path: root/std/encoding/yaml/example/sample_document.ts
diff options
context:
space:
mode:
Diffstat (limited to 'std/encoding/yaml/example/sample_document.ts')
-rw-r--r--std/encoding/yaml/example/sample_document.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/std/encoding/yaml/example/sample_document.ts b/std/encoding/yaml/example/sample_document.ts
index c9372e8ec..da969d679 100644
--- a/std/encoding/yaml/example/sample_document.ts
+++ b/std/encoding/yaml/example/sample_document.ts
@@ -5,7 +5,7 @@ import { parse } from "../../yaml.ts";
const { readFileSync, cwd } = Deno;
-(async () => {
+(() => {
const yml = readFileSync(`${cwd()}/example/sample_document.yml`);
const document = new TextDecoder().decode(yml);