| Index: packages/dart_style/test/whitespace/script.unit
|
| diff --git a/packages/dart_style/test/whitespace/script.unit b/packages/dart_style/test/whitespace/script.unit
|
| index ea583d4a486be6a866a7f7850a62307b0f1fd128..cd84ba1c29b862f740b5a3b4ccd87ea9326d2527 100644
|
| --- a/packages/dart_style/test/whitespace/script.unit
|
| +++ b/packages/dart_style/test/whitespace/script.unit
|
| @@ -13,7 +13,6 @@ library foo;
|
| library foo;
|
| <<<
|
| #!script
|
| -
|
| library foo;
|
| >>> one line between script and import
|
| #!script
|
| @@ -29,7 +28,6 @@ import 'foo';
|
| import 'foo';
|
| <<<
|
| #!script
|
| -
|
| import 'foo';
|
| >>> one line between script and line comment
|
| #!script
|
| @@ -45,7 +43,6 @@ import 'foo';
|
| // comment
|
| <<<
|
| #!script
|
| -
|
| // comment
|
| >>> one line between script and block comment
|
| #!script
|
| @@ -61,5 +58,4 @@ import 'foo';
|
| /* comment */
|
| <<<
|
| #!script
|
| -
|
| /* comment */
|
|
|