| Index: utils/pub/utils.dart
|
| diff --git a/utils/pub/utils.dart b/utils/pub/utils.dart
|
| index d354e683891365d3261fc782c506c2c0e70bb6c3..7460891490da08e5f2206f0cf4852461e54cfe63 100644
|
| --- a/utils/pub/utils.dart
|
| +++ b/utils/pub/utils.dart
|
| @@ -145,6 +145,8 @@ String sha1(String source) {
|
| return CryptoUtils.bytesToHex(sha.close());
|
| }
|
|
|
| +// TODO(nweiz): Use Future.of instead of this wherever we don't actually need
|
| +// asynchrony.
|
| /// Invokes the given callback asynchronously. Returns a [Future] that completes
|
| /// to the result of [callback].
|
| ///
|
|
|