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

Unified Diff: tests/lib/mirrors/library_uri_package_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/lib/mirrors/library_uri_package_test.dart
diff --git a/tests/lib/mirrors/library_uri_package_test.dart b/tests/lib/mirrors/library_uri_package_test.dart
index bc3021eae2e96a13b8f10174a260303b69a9d54c..42ef380be899a98d33c48a7f379ce84b44e1947a 100644
--- a/tests/lib/mirrors/library_uri_package_test.dart
+++ b/tests/lib/mirrors/library_uri_package_test.dart
@@ -25,7 +25,7 @@ testLibraryUri(var value, Uri expectedUri) {
main() {
var mirrors = currentMirrorSystem();
test("Test package library uri", () {
- testLibraryUri(new ArgParser(),
- Uri.parse('package:args/src/arg_parser.dart'));
+ testLibraryUri(
+ new ArgParser(), Uri.parse('package:args/src/arg_parser.dart'));
});
}

Powered by Google App Engine
This is Rietveld 408576698