Chromium Code Reviews| Index: dart/tools/release/version.dart |
| =================================================================== |
| --- dart/tools/release/version.dart (revision 13657) |
| +++ dart/tools/release/version.dart (working copy) |
| @@ -54,7 +54,7 @@ |
| } |
| StringInputStream input = new StringInputStream(f.openInputStream()); |
| input.onLine = () { |
| - var line = input.readLine(); |
| + var line = input.readLine().trim(); |
| if (line == null) { |
| c.completeException( |
| "VERSION input file seems to be in the wrong format"); |