| Index: utils/pub/hosted_source.dart
|
| ===================================================================
|
| --- utils/pub/hosted_source.dart (revision 13683)
|
| +++ utils/pub/hosted_source.dart (working copy)
|
| @@ -126,7 +126,7 @@
|
| * given name from the default host, while a map with keys "name" and "url"
|
| * refers to a package with the given name from the host at the given URL.
|
| */
|
| - void validateDescription(description, [bool fromLockFile=false]) {
|
| + void validateDescription(description, {bool fromLockFile: false}) {
|
| _parseDescription(description);
|
| }
|
|
|
|
|