| Index: packages/dart_style/test/io_test.dart
|
| diff --git a/packages/dart_style/test/io_test.dart b/packages/dart_style/test/io_test.dart
|
| index 3962de6c545c3d3aacbb3c38e7dadda78faa17c4..64acf4caf0b98172f5aec79e271a08f75b1bdc58 100644
|
| --- a/packages/dart_style/test/io_test.dart
|
| +++ b/packages/dart_style/test/io_test.dart
|
| @@ -156,8 +156,8 @@ void main() {
|
| processDirectory(overwriteOptions, dir);
|
| }, 'Run formatter.');
|
|
|
| - d.dir('code', [d.file('linked_file.dart', unformattedSource),])
|
| - .validate();
|
| + d.dir(
|
| + 'code', [d.file('linked_file.dart', unformattedSource),]).validate();
|
| });
|
|
|
| test("follows file symlinks when 'followLinks' is true", () {
|
|
|