| Index: utils/pub/source_registry.dart
|
| diff --git a/utils/pub/source_registry.dart b/utils/pub/source_registry.dart
|
| index 52e5c564deda74a0f979f8594025ebdff51c2cd5..3b760d279f7340b3dc85024fe985946689b5ec8e 100644
|
| --- a/utils/pub/source_registry.dart
|
| +++ b/utils/pub/source_registry.dart
|
| @@ -21,7 +21,7 @@ class SourceRegistry {
|
| /**
|
| * Returns the default source, which is used when no source is specified.
|
| */
|
| - Source get defaultSource() => _default;
|
| + Source get defaultSource => _default;
|
|
|
| /**
|
| * Sets the default source. This takes a string, which must be the name of a
|
|
|