Skip to content

Commit 98b5b1c

Browse files
committed
fix lints
1 parent 1b1abb5 commit 98b5b1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/midi_play.dart

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ class _MidiPlayer extends MidiPlayerBase {
2828
return stopwatch!.elapsed.inMilliseconds;
2929
}
3030

31-
_MidiPlayer();
31+
_MidiPlayer() : super(null);
3232
}
3333

3434
Future main(List<String> args) async {

0 commit comments

Comments
 (0)