| Index: utils/pub/yaml/visitor.dart
|
| diff --git a/utils/pub/yaml/visitor.dart b/utils/pub/yaml/visitor.dart
|
| index 22ada8b2daabdddc3c10632188d2ab90afa32326..5a9894a0aaee0c34d53f9ff3996645dd56ff942d 100644
|
| --- a/utils/pub/yaml/visitor.dart
|
| +++ b/utils/pub/yaml/visitor.dart
|
| @@ -2,6 +2,8 @@
|
| // 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.
|
|
|
| +part of yaml;
|
| +
|
| /** The visitor pattern for YAML documents. */
|
| class _Visitor {
|
| /** Returns [alias]. */
|
|
|