diff options
| author | Ryan Dahl <ry@tinyclouds.org> | 2019-01-31 18:11:37 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-01-31 18:11:37 -0500 |
| commit | eff7a1484eae038624d398e276424fcdc43b79de (patch) | |
| tree | ac9e47fbc0799b5f3e5a12e5e9035087dd9f150b /tools/format.ts | |
| parent | c7b53125c38c397737da9c17500640cc0670e482 (diff) | |
Upgrade deno_std to bef7ba (#1609)
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"); |
