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

Unified Diff: tests/corelib/regexp/regress-regexp-codeflush_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/corelib/regexp/regress-regexp-codeflush_test.dart
diff --git a/tests/corelib/regexp/regress-regexp-codeflush_test.dart b/tests/corelib/regexp/regress-regexp-codeflush_test.dart
index 23a4954a16683693f4e04bbd57e17208c02036aa..ee416347f2829af08096955f751707e151f8a6d5 100644
--- a/tests/corelib/regexp/regress-regexp-codeflush_test.dart
+++ b/tests/corelib/regexp/regress-regexp-codeflush_test.dart
@@ -46,7 +46,7 @@ void main() {
// Run enough times to get a number of GC's (all mark sweep because of the
// --gc_global) flag.
- for ( var i = 0; i < 10; i++) {
+ for (var i = 0; i < 10; i++) {
// Make a long string with plenty of matches for re.
var x = "s foo s bar s foo s bar s";
x = x + x;

Powered by Google App Engine
This is Rietveld 408576698