Skip to content

Commit

Permalink
📝 Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Ujas-Majithiya authored and ujas-m-simformsolutions committed Jan 12, 2023
1 parent c825689 commit 58bfa4f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/src/controllers/player_controller.dart
Original file line number Diff line number Diff line change
Expand Up @@ -208,8 +208,8 @@ class PlayerController extends ChangeNotifier {
///
/// Default to 1.0
Future<bool> setVolume(double volume) async {
final result = await AudioWaveformsInterface.instance
.setVolume(volume, playerKey);
final result =
await AudioWaveformsInterface.instance.setVolume(volume, playerKey);
return result;
}

Expand Down

0 comments on commit 58bfa4f

Please sign in to comment.