Index: tests/lib/mirrors/class_mirror_type_variables_expect.dart |
diff --git a/tests/lib/mirrors/class_mirror_type_variables_expect.dart b/tests/lib/mirrors/class_mirror_type_variables_expect.dart |
index 00c51249663dd855494471f75d2b7dfe321db8fd..a1d2f588ce35eb488b7bd54f1803552c49e3a45e 100644 |
--- a/tests/lib/mirrors/class_mirror_type_variables_expect.dart |
+++ b/tests/lib/mirrors/class_mirror_type_variables_expect.dart |
@@ -10,7 +10,6 @@ import "dart:mirrors"; |
import "package:expect/expect.dart"; |
- |
/// The interface of [Env] is shared between the runtime and the source mirrors |
/// test. |
abstract class Env { |
@@ -113,8 +112,8 @@ void testE(Env env) { |
Expect.isFalse(mapRAndHelperOfString.isOriginalDeclaration); |
Expect.equals(eR, mapRAndHelperOfString.typeArguments.first); |
- Expect.equals(env.getHelperOfString(), |
- mapRAndHelperOfString.typeArguments.last); |
+ Expect.equals( |
+ env.getHelperOfString(), mapRAndHelperOfString.typeArguments.last); |
} |
void testF(Env env) { |