| Index: utils/tests/pub/test_pub.dart
|
| diff --git a/utils/tests/pub/test_pub.dart b/utils/tests/pub/test_pub.dart
|
| index 5a018c611901313f3228b0eb8515d942fe5d9f06..f17b01eed5f55a408fc3358181fd5b8ba2a3e258 100644
|
| --- a/utils/tests/pub/test_pub.dart
|
| +++ b/utils/tests/pub/test_pub.dart
|
| @@ -1039,7 +1039,7 @@ class GitRepoDescriptor extends DirectoryDescriptor {
|
| });
|
| }
|
|
|
| - Future _runGitCommands(String parentDir, List<List<String>> commands) {
|
| + Future _runGitCommands(parentDir, List<List<String>> commands) {
|
| var workingDir;
|
|
|
| Future runGitStep(_) {
|
|
|