diff options
Diffstat (limited to 'tools/format.ts')
-rwxr-xr-x | tools/format.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/format.ts b/tools/format.ts index 897c2f176..ebf9285fe 100755 --- a/tools/format.ts +++ b/tools/format.ts @@ -1,7 +1,7 @@ #!/usr/bin/env deno --allow-run // Copyright 2018-2019 the Deno authors. All rights reserved. MIT license. import * as deno from "deno"; -import { join } from "../js/deps/https/deno.land/x/std/path/index.ts"; +import { join } from "../js/deps/https/deno.land/x/std/fs/path.ts"; import { findFiles } from "./util.ts"; const clangFormat = join("third_party", "depot_tools", "clang-format"); |