| Index: utils/pub/git.dart
|
| diff --git a/utils/pub/git.dart b/utils/pub/git.dart
|
| index 6defde309a90d0730f614f88a2f3e0d26087297a..b216735f64c94d1dc78800ff46e253b7e956a14d 100644
|
| --- a/utils/pub/git.dart
|
| +++ b/utils/pub/git.dart
|
| @@ -2,9 +2,7 @@
|
| // for details. All rights reserved. Use of this source code is governed by a
|
| // BSD-style license that can be found in the LICENSE file.
|
|
|
| -/**
|
| - * Helper functionality for invoking Git.
|
| - */
|
| +/// Helper functionality for invoking Git.
|
| library git;
|
|
|
| import 'io.dart';
|
| @@ -84,4 +82,4 @@ Future<bool> _tryGitCommand(String command) {
|
| });
|
|
|
| return completer.future;
|
| -}
|
| +}
|
|
|