Skip to content

Commit 957c067

Browse files
committed
format
1 parent b73ff8e commit 957c067

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/uninitialized_controls_state_test.dart

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,8 @@ main() {
7979
expect(playButtonWidget.isFinished, false);
8080
});
8181

82-
testWidgets("MaterialDesktopControls state test", (WidgetTester tester) async {
82+
testWidgets("MaterialDesktopControls state test",
83+
(WidgetTester tester) async {
8384
// Build our app and trigger a frame.
8485
var videoPlayerController = VideoPlayerController.networkUrl(
8586
Uri.parse(srcs[0]),

0 commit comments

Comments
 (0)