Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.

Commit 306b257

Browse files
committed
Revert extra whitespace.
1 parent ea8cdcb commit 306b257

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/video_player/video_player/example/integration_test/video_player_test.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ void main() {
6666

6767
expect(networkController.value.isPlaying, false);
6868
expect(networkController.value.position,
69-
(Duration position) => position > const Duration(seconds: 0));
69+
(Duration position) => position > const Duration(seconds: 0));
7070

7171
await started;
7272
expect(startedBuffering, true);

0 commit comments

Comments
 (0)