Skip to content
This repository was archived by the owner on Dec 29, 2022. It is now read-only.

Commit d06b3bc

Browse files
authored
Merge pull request #236 from MichaelRFairhurst/fix-void
Add voids to support dart-lang/sdk#32161
2 parents 3417b71 + 8b45d4f commit d06b3bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/svg/axis.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ class SvgAxis {
6363
FormatFunction get tickFormat => _tickFormat;
6464

6565
/// Draw an axis on each non-null element in selection
66-
draw(Selection g, {SvgAxisTicks axisTicksBuilder, bool isRTL: false}) =>
66+
void draw(Selection g, {SvgAxisTicks axisTicksBuilder, bool isRTL: false}) =>
6767
g.each((d, i, e) =>
6868
create(e, g.scope, axisTicksBuilder: axisTicksBuilder, isRTL: isRTL));
6969

0 commit comments

Comments
 (0)