| Index: utils/pub/yaml/constructor.dart
|
| diff --git a/utils/pub/yaml/constructor.dart b/utils/pub/yaml/constructor.dart
|
| index 8371c94d83e44e176ab3fa344ceed73686ba5739..d52ef6ebf19cee9cb7f8fe68be2ef74dd860afba 100644
|
| --- a/utils/pub/yaml/constructor.dart
|
| +++ b/utils/pub/yaml/constructor.dart
|
| @@ -12,7 +12,7 @@ class _Constructor extends _Visitor {
|
| _Node root;
|
|
|
| /** Map from anchor names to the most recent Dart node with that anchor. */
|
| - Map<String, Dynamic> anchors;
|
| + Map<String, dynamic> anchors;
|
|
|
| _Constructor(this.root) : this.anchors = {};
|
|
|
|
|