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

Unified Diff: tests/html/shadowroot_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/html/shadowroot_test.dart
diff --git a/tests/html/shadowroot_test.dart b/tests/html/shadowroot_test.dart
index c3ac8d9509087f7ee612cc0e1f3b041276b8bed3..685f57da5c4eabadb128564a32425b6b1c20a126 100644
--- a/tests/html/shadowroot_test.dart
+++ b/tests/html/shadowroot_test.dart
@@ -3,6 +3,7 @@
// BSD-style license that can be found in the LICENSE file.
library ShadowRootTest;
+
import 'package:unittest/unittest.dart';
import 'package:unittest/html_config.dart';
import 'dart:html';
@@ -10,8 +11,7 @@ import 'dart:html';
main() {
useHtmlConfiguration();
- var isShadowRoot =
- predicate((x) => x is ShadowRoot, 'is a ShadowRoot');
+ var isShadowRoot = predicate((x) => x is ShadowRoot, 'is a ShadowRoot');
test('ShadowRoot supported', () {
var isSupported = ShadowRoot.supported;

Powered by Google App Engine
This is Rietveld 408576698