Skip to content

Commit 789b3e3

Browse files
committed
regenerate
1 parent b902882 commit 789b3e3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lib/src/generator/templates.runtime_renderers.dart

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,9 @@ class _Renderer_Accessor extends RendererBase<Accessor> {
3939
self.renderSimpleVariable(
4040
c, remainingNames, 'CharacterLocation'),
4141
isNullValue: (CT_ c) => c.characterLocation == null,
42-
renderValue:
43-
(CT_ c, RendererBase<CT_> r, List<MustachioNode> ast) {
44-
return renderSimple(c.characterLocation, ast, r.template,
42+
renderValue: (CT_ c, RendererBase<CT_> r,
43+
List<MustachioNode> ast, StringSink sink) {
44+
renderSimple(c.characterLocation, ast, r.template, sink,
4545
parent: r,
4646
getters: _invisibleGetters['CharacterLocation']);
4747
},

0 commit comments

Comments
 (0)