Skip to content

Commit

Permalink
regenerate
Browse files Browse the repository at this point in the history
  • Loading branch information
srawlins committed Jun 14, 2021
1 parent b902882 commit 789b3e3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/src/generator/templates.runtime_renderers.dart
Expand Up @@ -39,9 +39,9 @@ class _Renderer_Accessor extends RendererBase<Accessor> {
self.renderSimpleVariable(
c, remainingNames, 'CharacterLocation'),
isNullValue: (CT_ c) => c.characterLocation == null,
renderValue:
(CT_ c, RendererBase<CT_> r, List<MustachioNode> ast) {
return renderSimple(c.characterLocation, ast, r.template,
renderValue: (CT_ c, RendererBase<CT_> r,
List<MustachioNode> ast, StringSink sink) {
renderSimple(c.characterLocation, ast, r.template, sink,
parent: r,
getters: _invisibleGetters['CharacterLocation']);
},
Expand Down

0 comments on commit 789b3e3

Please sign in to comment.