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 dfc6f9b9e..46f57e7f2 100755 --- a/tools/format.js +++ b/tools/format.js @@ -1,4 +1,4 @@ -#!/usr/bin/env -S deno run --unstable --allow-write --allow-read --allow-run --allow-net +#!/usr/bin/env -S deno run --allow-write --allow-read --allow-run --allow-net // Copyright 2018-2024 the Deno authors. All rights reserved. MIT license. import { join, ROOT_PATH } from "./util.js"; |