Skip to content

Commit 2aca16e

Browse files
committed
formatted with dart 3.27
1 parent 4da460a commit 2aca16e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/src/material/material_desktop_controls.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ class _MaterialDesktopControlsState extends State<MaterialDesktopControls>
291291
child: Row(
292292
children: <Widget>[
293293
_buildPlayPause(controller),
294-
if (chewieController.allowMuting)
294+
if (chewieController.allowMuting)
295295
_buildMuteButton(controller),
296296
if (chewieController.isLive)
297297
const Expanded(child: Text('LIVE'))

0 commit comments

Comments
 (0)