diff options
Diffstat (limited to 'cli/lib.rs')
-rw-r--r-- | cli/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/lib.rs b/cli/lib.rs index 178e36c99..2e52ace93 100644 --- a/cli/lib.rs +++ b/cli/lib.rs @@ -567,7 +567,7 @@ pub fn main() { cache_command(flags, files).boxed_local() } DenoSubcommand::Fmt { check, files } => { - async move { fmt::format(files, check) }.boxed_local() + fmt::format(files, check).boxed_local() } DenoSubcommand::Info { file } => info_command(flags, file).boxed_local(), DenoSubcommand::Install { |