Index: utils/pub/yaml/yaml_map.dart |
diff --git a/utils/pub/yaml/yaml_map.dart b/utils/pub/yaml/yaml_map.dart |
index 0826cee117d7cb80ec3fc9d866ad73646510a560..040ac3ebac8750e9ba06951899a97b381a80f2fe 100644 |
--- a/utils/pub/yaml/yaml_map.dart |
+++ b/utils/pub/yaml/yaml_map.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 class wraps behaves almost identically to the normal Dart Map |
* implementation, with the following differences: |