Index: utils/pub/sdk_source.dart |
diff --git a/utils/pub/sdk_source.dart b/utils/pub/sdk_source.dart |
index 5b10d09e068e8f29ba60224c2de55241bda30afc..75dd62c369a408154ef70a5b66724c835a3102cc 100644 |
--- a/utils/pub/sdk_source.dart |
+++ b/utils/pub/sdk_source.dart |
@@ -24,7 +24,7 @@ class SdkSource extends Source { |
*/ |
final String _rootDir; |
- String get rootDir() { |
+ String get rootDir { |
if (_rootDir != null) return _rootDir; |
throw "Pub can't find the Dart SDK. Please set the DART_SDK environment " |
"variable to the Dart SDK directory."; |