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

Unified Diff: tests/lib/mirrors/generics_helper.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/generics_helper.dart
diff --git a/tests/lib/mirrors/generics_helper.dart b/tests/lib/mirrors/generics_helper.dart
index a8907c4d3445981f7c5e3224bfa3bf5c39dabbad..da10962e44d8bbf18b52b86de6fba07265eb2e73 100644
--- a/tests/lib/mirrors/generics_helper.dart
+++ b/tests/lib/mirrors/generics_helper.dart
@@ -7,8 +7,8 @@ library generics_helper;
import 'package:expect/expect.dart';
typeParameters(mirror, parameterNames) {
- Expect.listEquals(parameterNames,
- mirror.typeVariables.map((v) => v.simpleName).toList());
+ Expect.listEquals(
+ parameterNames, mirror.typeVariables.map((v) => v.simpleName).toList());
}
typeArguments(mirror, argumentMirrors) {

Powered by Google App Engine
This is Rietveld 408576698