diff options
Diffstat (limited to 'tools/format.js')
-rwxr-xr-x | tools/format.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/format.js b/tools/format.js index a21bcd64e..392db9c17 100755 --- a/tools/format.js +++ b/tools/format.js @@ -1,5 +1,5 @@ #!/usr/bin/env -S deno run --unstable --allow-write --allow-read --allow-run -// Copyright 2018-2021 the Deno authors. All rights reserved. MIT license. +// Copyright 2018-2022 the Deno authors. All rights reserved. MIT license. import { getPrebuiltToolPath, getSources, join, ROOT_PATH } from "./util.js"; async function dprint() { |