| Index: utils/tests/pub/lock_file_test.dart
|
| ===================================================================
|
| --- utils/tests/pub/lock_file_test.dart (revision 9680)
|
| +++ utils/tests/pub/lock_file_test.dart (working copy)
|
| @@ -16,7 +16,9 @@
|
| final String name = 'mock';
|
| final bool shouldCache = false;
|
|
|
| - void validateDescription(String description) => description.endsWith(' desc');
|
| + void validateDescription(String description) {
|
| + description.endsWith(' desc');
|
| + }
|
|
|
| String packageName(String description) {
|
| // Strip off ' desc'.
|
|
|