summaryrefslogtreecommitdiff
path: root/format.ts
diff options
context:
space:
mode:
authorDmitry Sharshakov aka. sh7dm <sh7dm@outlook.com>2019-01-02 17:56:17 +0300
committerRyan Dahl <ry@tinyclouds.org>2019-01-02 09:56:17 -0500
commit43e92bb5a6b31b94e6e82062c0fca63118e2d693 (patch)
tree09a70c50ee7de47b57d370d79f81c204f1f88f67 /format.ts
parent4659271518b71b90eb82b05b8aeb655c82a8a93e (diff)
Happy New Year (denoland/deno_std#58)
Original: https://github.com/denoland/deno_std/commit/e8ec4f7f64c57d1eceb0f63229b17f962907970a
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 949fa9ce9..c11d4e7b9 100755
--- a/format.ts
+++ b/format.ts
@@ -1,5 +1,5 @@
#!/usr/bin/env deno --allow-run
-// Copyright 2018 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2019 the Deno authors. All rights reserved. MIT license.
import { readAll, exit, run } from "deno";