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

Commit 25d83d4

Browse files
committed
Fix formatting.
1 parent 610cd53 commit 25d83d4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/video_player/lib/video_player.dart

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

0 commit comments

Comments
 (0)