Chromium Code Reviews| Index: git_cl.py |
| diff --git a/git_cl.py b/git_cl.py |
| index ef974d50f33f07faf2a5e7cb1049cc5813649d4c..d1802cc3cadba62ec6c012c3198823fb87362bd9 100755 |
| --- a/git_cl.py |
| +++ b/git_cl.py |
| @@ -3834,7 +3834,7 @@ def CMDformat(parser, args): |
| command.append('-w') |
| command.extend(dart_diff_files) |
| - stdout = RunCommand(command, cwd=top_dir, env=env) |
| + stdout = RunCommand(command, cwd=top_dir) |
| if opts.dry_run and stdout: |
| return_value = 2 |
| except dart_format.NotFoundError as e: |