Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(182)

Unified Diff: git_cl.py

Issue 1760873002: Fix `git cl format` for dart code. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/depot_tools.git@master
Patch Set: Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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:
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698