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

Unified Diff: test/source_code_test.dart

Issue 1182953003: Eat some dogfood! (Closed) Base URL: https://github.com/dart-lang/dart_style.git@master
Patch Set: Created 5 years, 6 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: test/source_code_test.dart
diff --git a/test/source_code_test.dart b/test/source_code_test.dart
index 2361ca7b3b914906cc55dbcb052f7eaea938eefe..a3e1169c73e076920f36f31030f3eaa22c103a60 100644
--- a/test/source_code_test.dart
+++ b/test/source_code_test.dart
@@ -9,8 +9,8 @@ import 'package:test/test.dart';
import 'package:dart_style/dart_style.dart';
void main() {
- var selection = new SourceCode("123456;",
- selectionStart: 3, selectionLength: 2);
+ var selection =
+ new SourceCode("123456;", selectionStart: 3, selectionLength: 2);
var noSelection = new SourceCode("123456;");
group('constructor', () {
« lib/src/source_visitor.dart ('K') | « test/io_test.dart ('k') | web/main.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698