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

Unified Diff: tests/corelib/regexp/quantified-assertions_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/quantified-assertions_test.dart
diff --git a/tests/corelib/regexp/quantified-assertions_test.dart b/tests/corelib/regexp/quantified-assertions_test.dart
index 0ed670ccfbb5c9ada403c4dce3cbcede2338a099..43269fdd528a26844babb078c0635199124499ac 100644
--- a/tests/corelib/regexp/quantified-assertions_test.dart
+++ b/tests/corelib/regexp/quantified-assertions_test.dart
@@ -26,9 +26,7 @@ import 'v8_regexp_utils.dart';
import 'package:expect/expect.dart';
void main() {
- description(
- "This page tests assertions followed by quantifiers."
- );
+ description("This page tests assertions followed by quantifiers.");
var regexp;

Powered by Google App Engine
This is Rietveld 408576698