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

Unified Diff: tests/corelib_strong/apply2_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/corelib_strong/apply2_test.dart
diff --git a/tests/corelib_strong/apply2_test.dart b/tests/corelib_strong/apply2_test.dart
index 5270949b32d2f2aee22a7d946561e6d978aac1ce..25fed9be9a62d6211434d1cd72cb35d32f34ab29 100644
--- a/tests/corelib_strong/apply2_test.dart
+++ b/tests/corelib_strong/apply2_test.dart
@@ -9,8 +9,8 @@ apply(Function function, List positional, Map<Symbol, dynamic> named) {
}
void throwsNSME(function, positional, named) {
- Expect.throws(() => apply(function, positional, named),
- (e) => e is NoSuchMethodError);
+ Expect.throws(
+ () => apply(function, positional, named), (e) => e is NoSuchMethodError);
}
main() {

Powered by Google App Engine
This is Rietveld 408576698