Skip to content

Commit

Permalink
chore: ♻️ Format code
Browse files Browse the repository at this point in the history
Signed-off-by: Ujas-Majithiya <[email protected]>
  • Loading branch information
Ujas-Majithiya authored and ujas-m-simformsolutions committed Mar 5, 2024
1 parent a35d436 commit 2954a35
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/src/audio_waveforms.dart
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@ class _AudioWaveformsState extends State<AudioWaveforms> {
void initState() {
super.initState();
widget.recorderController.addListener(_recorderControllerListener);
streamSubscription = widget.recorderController.onCurrentDuration.listen((duration) {
streamSubscription =
widget.recorderController.onCurrentDuration.listen((duration) {
currentlyRecordedDuration = duration;
});
}
Expand Down

0 comments on commit 2954a35

Please sign in to comment.