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

Unified Diff: tests/lib_strong/mirrors/class_mirror_type_variables_expect.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_strong/mirrors/class_mirror_type_variables_expect.dart
diff --git a/tests/lib_strong/mirrors/class_mirror_type_variables_expect.dart b/tests/lib_strong/mirrors/class_mirror_type_variables_expect.dart
index 00c51249663dd855494471f75d2b7dfe321db8fd..a1d2f588ce35eb488b7bd54f1803552c49e3a45e 100644
--- a/tests/lib_strong/mirrors/class_mirror_type_variables_expect.dart
+++ b/tests/lib_strong/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) {

Powered by Google App Engine
This is Rietveld 408576698