diff options
Diffstat (limited to 'cli/flags.rs')
-rw-r--r-- | cli/flags.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/flags.rs b/cli/flags.rs index 835be0041..443411bc3 100644 --- a/cli/flags.rs +++ b/cli/flags.rs @@ -1732,7 +1732,7 @@ mod tests { subcommand: DenoSubcommand::Fmt { ignore: vec![], check: false, - files: vec!["script_1.ts".to_string(), "script_2.ts".to_string()] + files: vec!["script_1.ts".to_string(), "script_2.ts".to_string()], }, ..Flags::default() } |