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

Unified Diff: packages/dart_style/test/regression/other/pub.stmt

Issue 2990843002: Removed fixed dependencies (Closed)
Patch Set: Created 3 years, 5 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
Index: packages/dart_style/test/regression/other/pub.stmt
diff --git a/packages/dart_style/test/regression/other/pub.stmt b/packages/dart_style/test/regression/other/pub.stmt
index 50b4a86f467e335fd4ea080a36e1cf3f89145480..94fa75083f54c2c7b5db8b25551cd30fe947c197 100644
--- a/packages/dart_style/test/regression/other/pub.stmt
+++ b/packages/dart_style/test/regression/other/pub.stmt
@@ -59,7 +59,9 @@
d.dir('packages', [
d.dir('foo', [
d.file('foo.txt', 'foo'),
- d.dir('sub', [d.file('bar.txt', 'bar'),]),
+ d.dir('sub', [
+ d.file('bar.txt', 'bar'),
+ ]),
])
])
]),
@@ -68,7 +70,9 @@
d.dir('packages', [
d.dir('foo', [
d.file('foo.txt', 'foo'),
- d.dir('sub', [d.file('bar.txt', 'bar'),]),
+ d.dir('sub', [
+ d.file('bar.txt', 'bar'),
+ ]),
])
]),
d.dir("sub", [
« no previous file with comments | « packages/dart_style/test/regression/other/angular.unit ('k') | packages/dart_style/test/splitting/._enums.unit » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698