Chromium Code Reviews| Index: lib/src/files.dart |
| diff --git a/lib/src/files.dart b/lib/src/files.dart |
| index c756078f980a53d4cbb23b2db8a33f50e382acee..6763c2fe43dad4afa2dba55566b2173a2cedd34b 100644 |
| --- a/lib/src/files.dart |
| +++ b/lib/src/files.dart |
| @@ -25,8 +25,8 @@ class SourceFile { |
| class OutputFile { |
| final Path path; |
| final String contents; |
| - |
| - /** |
| + |
| + /** |
| * Path to the source file that was transformed into this OutputFile, `null` |
| * for files that are generated and do not correspond to an input |
| * [SourceFile]. |