Chromium Code Reviews| Index: utils/pub/sdk.dart |
| diff --git a/utils/pub/sdk.dart b/utils/pub/sdk.dart |
| index 7f6b14904fc60b0d14765e7811f640ceb984889f..3222c9e9f8eeed863b7b69d2844e78ac60ace547 100644 |
| --- a/utils/pub/sdk.dart |
| +++ b/utils/pub/sdk.dart |
| @@ -56,4 +56,4 @@ Version _getVersion() { |
| return new Version( |
| int.parse(match[1]), int.parse(match[2]), int.parse(match[3]), |
| build: build); |
| -} |
| +} |