summaryrefslogtreecommitdiff
path: root/cli/fs.rs
diff options
context:
space:
mode:
Diffstat (limited to 'cli/fs.rs')
-rw-r--r--cli/fs.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/cli/fs.rs b/cli/fs.rs
index f7781741d..e8d081100 100644
--- a/cli/fs.rs
+++ b/cli/fs.rs
@@ -1,4 +1,5 @@
// Copyright 2018-2020 the Deno authors. All rights reserved. MIT license.
+
pub use deno_core::normalize_path;
use deno_core::ErrBox;
use std::env::current_dir;