Skip to content

Commit 2954a35

Browse files
chore: ♻️ Format code
Signed-off-by: Ujas-Majithiya <ujasthakkar54@gmail.com>
1 parent a35d436 commit 2954a35

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/src/audio_waveforms.dart

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,8 @@ class _AudioWaveformsState extends State<AudioWaveforms> {
4949
void initState() {
5050
super.initState();
5151
widget.recorderController.addListener(_recorderControllerListener);
52-
streamSubscription = widget.recorderController.onCurrentDuration.listen((duration) {
52+
streamSubscription =
53+
widget.recorderController.onCurrentDuration.listen((duration) {
5354
currentlyRecordedDuration = duration;
5455
});
5556
}

0 commit comments

Comments
 (0)