Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
srawlins committed Apr 28, 2021
1 parent 709d946 commit 760d291
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/render/documentation_renderer.dart
Original file line number Diff line number Diff line change
Expand Up @@ -66,5 +66,5 @@ class DocumentationRenderResult {
final String asOneLiner;

const DocumentationRenderResult(
{@required this.asHtml, @required this.asOneLiner = ''});
{@required this.asHtml, @required this.asOneLiner});
}

0 comments on commit 760d291

Please sign in to comment.