summaryrefslogtreecommitdiff
path: root/format.ts
diff options
context:
space:
mode:
Diffstat (limited to 'format.ts')
-rwxr-xr-xformat.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/format.ts b/format.ts
index 4de5cfa87..fa538d53f 100755
--- a/format.ts
+++ b/format.ts
@@ -1,6 +1,6 @@
#!/usr/bin/env deno --allow-run --allow-write --allow-read
// Copyright 2018-2019 the Deno authors. All rights reserved. MIT license.
-import { exit, args } from "deno";
+const { exit, args } = Deno;
import { parse } from "./flags/mod.ts";
import { xrun, executableSuffix } from "./prettier/util.ts";