Skip to content

Commit 90f6cd1

Browse files
committed
fixed code style
1 parent 1c9304a commit 90f6cd1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

flutter_vlc_player/lib/src/vlc_player_controller.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -573,6 +573,7 @@ class VlcPlayerController extends ValueNotifier<VlcPlayerValue> {
573573
final volume = await vlcPlayerPlatform.getVolume(_viewId);
574574
value = value.copyWith(
575575
volume: volume != null ? volume.clamp(0, _maxVolume) : null);
576+
576577
return volume;
577578
}
578579

0 commit comments

Comments
 (0)