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

Unified Diff: tests/language/factory5_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/language/factory5_test.dart
diff --git a/tests/language/factory5_test.dart b/tests/language/factory5_test.dart
index 6155625a8d9865dc6d0dd11e955aba5a3a7a0fd5..aa963a6cea47eccb63726eeb89cfdc70a1491a41 100644
--- a/tests/language/factory5_test.dart
+++ b/tests/language/factory5_test.dart
@@ -7,7 +7,9 @@ abstract class Link<T> {
}
class LinkFactory<T> implements Link<T> {
- factory LinkFactory.create() { return null; }
+ factory LinkFactory.create() {
+ return null;
+ }
}
main() {

Powered by Google App Engine
This is Rietveld 408576698