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

Unified Diff: tests/lib_strong/mirrors/mirrors_reader_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/mirrors/mirrors_reader_test.dart
diff --git a/tests/lib_strong/mirrors/mirrors_reader_test.dart b/tests/lib_strong/mirrors/mirrors_reader_test.dart
index 5528701e01f8861ddcc7d75b1016bd688f4d53f8..8717f45f551066649591486dd408729820c461eb 100644
--- a/tests/lib_strong/mirrors/mirrors_reader_test.dart
+++ b/tests/lib_strong/mirrors/mirrors_reader_test.dart
@@ -15,7 +15,7 @@ class RuntimeMirrorsReader extends MirrorsReader {
final String mirrorSystemType;
RuntimeMirrorsReader(MirrorSystem mirrorSystem,
- {bool verbose: false, bool includeStackTrace: false})
+ {bool verbose: false, bool includeStackTrace: false})
: this.mirrorSystem = mirrorSystem,
this.mirrorSystemType = '${mirrorSystem.runtimeType}',
super(verbose: verbose, includeStackTrace: includeStackTrace);
@@ -39,7 +39,7 @@ class RuntimeMirrorsReader extends MirrorsReader {
} else if (mirrorSystemType == 'JsMirrorSystem') {
// Dart2js runtime mirror system.
if (tag.endsWith('.metadata')) {
- return true;// Issue 10905.
+ return true; // Issue 10905.
}
}
return false;

Powered by Google App Engine
This is Rietveld 408576698