| Index: utils/pub/yaml/model.dart
|
| diff --git a/utils/pub/yaml/model.dart b/utils/pub/yaml/model.dart
|
| index 2ba1416b63145e8cd5936528d286a6858334a4e0..e99d0b2cd747713d78b07800772bf07a685c26b8 100644
|
| --- a/utils/pub/yaml/model.dart
|
| +++ b/utils/pub/yaml/model.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;
|
| +
|
| // This file contains the node classes for the internal representations of YAML
|
| // documents. These nodes are used for both the serialization tree and the
|
| // representation graph.
|
|
|