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

Unified Diff: tests/lib_strong/html/htmloptionscollection_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_strong/html/htmloptionscollection_test.dart
diff --git a/tests/lib_strong/html/htmloptionscollection_test.dart b/tests/lib_strong/html/htmloptionscollection_test.dart
index 3c1eaaa1b5bb05ae02af04b8a4008b61ebf5d84f..127a8ee491f91fdd2e027f6b4ba114bd725f6c1a 100644
--- a/tests/lib_strong/html/htmloptionscollection_test.dart
+++ b/tests/lib_strong/html/htmloptionscollection_test.dart
@@ -26,7 +26,9 @@ main() {
expect(optionsCollection[1].text, equals('Option1'));
expect(optionsCollection[2].text, equals('Option2'));
- expect(() { (optionsCollection as dynamic)[0] = 1; }, throws);
+ expect(() {
+ (optionsCollection as dynamic)[0] = 1;
+ }, throws);
// OPTIONALS optionsCollection[0] = new OptionElement(value: '42', data: 'Option42');
expect(() {

Powered by Google App Engine
This is Rietveld 408576698