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

Commit 432f4e3

Browse files
committed
Fix formatting.
1 parent 5ae5e06 commit 432f4e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/video_player/lib/video_player.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ class VideoPlayerController extends ValueNotifier<VideoPlayerValue> {
274274
final PlatformException e = obj;
275275
value = VideoPlayerValue.erroneous(e.message);
276276
_timer?.cancel();
277-
if(!initializingCompleter.isCompleted){
277+
if (!initializingCompleter.isCompleted) {
278278
initializingCompleter.completeError(obj);
279279
}
280280
}

0 commit comments

Comments
 (0)