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

Unified Diff: tests/language/part_of_uri_test.dart

Issue 2771453003: Format all tests. (Closed)
Patch Set: Format files Created 3 years, 8 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: tests/language/part_of_uri_test.dart
diff --git a/tests/language/part_of_uri_test.dart b/tests/language/part_of_uri_test.dart
index 4c313a0cccd0d54bd21e62c251e7cfb426321feb..95d5dfd1ab63003bf67edfa1e29935ce1c5d9463 100644
--- a/tests/language/part_of_uri_test.dart
+++ b/tests/language/part_of_uri_test.dart
@@ -3,8 +3,8 @@
// BSD-style license that can be found in the LICENSE file.
// No library declaration
-part "part_of_uri_part.dart"; // declares bar1, baz1
-part "part_of_uri_part2.dart"; // declares bar2, baz2
+part "part_of_uri_part.dart"; // declares bar1, baz1
+part "part_of_uri_part2.dart"; // declares bar2, baz2
const foo = 'foo';
const qux = "$baz1$baz2";

Powered by Google App Engine
This is Rietveld 408576698