| Index: sdk/lib/_internal/pub_generated/lib/src/source.dart
|
| diff --git a/sdk/lib/_internal/pub/lib/src/source.dart b/sdk/lib/_internal/pub_generated/lib/src/source.dart
|
| similarity index 99%
|
| copy from sdk/lib/_internal/pub/lib/src/source.dart
|
| copy to sdk/lib/_internal/pub_generated/lib/src/source.dart
|
| index 7affb689ab1454f1c7aeaedcdaaee2584d818a09..d7b00f1adbc13f51382da2eaab226cf9489822ac 100644
|
| --- a/sdk/lib/_internal/pub/lib/src/source.dart
|
| +++ b/sdk/lib/_internal/pub_generated/lib/src/source.dart
|
| @@ -132,7 +132,7 @@ abstract class Source {
|
| /// [fromLockFile] is true when the description comes from a [LockFile], to
|
| /// allow the source to use lockfile-specific descriptions via [resolveId].
|
| dynamic parseDescription(String containingPath, description,
|
| - {bool fromLockFile: false});
|
| + {bool fromLockFile: false});
|
|
|
| /// When a [LockFile] is serialized, it uses this method to get the
|
| /// [description] in the right format.
|
|
|