| 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', () { | 
|  |