| Index: pkg/docgen/lib/src/models/annotation.dart
|
| diff --git a/pkg/docgen/lib/src/models/annotation.dart b/pkg/docgen/lib/src/models/annotation.dart
|
| index 2f225f436136a30eedd28a6409926041c5913007..5a8dd11c19fa6d9a34f052b5cf7209dfcaa6dc47 100644
|
| --- a/pkg/docgen/lib/src/models/annotation.dart
|
| +++ b/pkg/docgen/lib/src/models/annotation.dart
|
| @@ -83,7 +83,7 @@ class ResolvedNodeMirrorFinder extends Unparser {
|
| recursionLevel--;
|
| }
|
|
|
| - unparseNodeListFrom(NodeList node, var from, {spaces}) {
|
| + unparseNodeListFrom(NodeList node, var from, {bool spaces: true}) {
|
| if (from.isEmpty) return;
|
|
|
| visit(from.head);
|
|
|