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

Unified Diff: runtime/observatory/tests/observatory_ui/script_ref/element_test.dart

Issue 2751423005: Run dartfmt on all files under runtime. (Closed)
Patch Set: Run dartfmt on all files under runtime. Created 3 years, 9 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: runtime/observatory/tests/observatory_ui/script_ref/element_test.dart
diff --git a/runtime/observatory/tests/observatory_ui/script_ref/element_test.dart b/runtime/observatory/tests/observatory_ui/script_ref/element_test.dart
index b6c6e93caba58aa4093b3d8e7779dad1e04fa705..fad7cf8ec08bb7c6865536064c53813e1f0920ec 100644
--- a/runtime/observatory/tests/observatory_ui/script_ref/element_test.dart
+++ b/runtime/observatory/tests/observatory_ui/script_ref/element_test.dart
@@ -27,12 +27,11 @@ main() {
await e.onRendered.first;
expect(e.children.length, isNonZero, reason: 'has elements');
expect(e.innerHtml.contains(isolate.id), isTrue,
- reason: 'no message in the component');
+ reason: 'no message in the component');
expect(e.innerHtml.contains(file), isTrue,
- reason: 'no message in the component');
+ reason: 'no message in the component');
e.remove();
await e.onRendered.first;
- expect(e.children.length, isZero,
- reason: 'is empty');
+ expect(e.children.length, isZero, reason: 'is empty');
});
}

Powered by Google App Engine
This is Rietveld 408576698