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

Commit 428d786

Browse files
committed
dartfmt -w .
1 parent 242abcc commit 428d786

File tree

1 file changed

+1
-1
lines changed
  • packages/image_picker/image_picker/example/lib

1 file changed

+1
-1
lines changed

packages/image_picker/image_picker/example/lib/main.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ class _MyHomePageState extends State<MyHomePage> {
6161
// This is not needed if the call to .play is the result of user
6262
// interaction (clicking on a "play" button, for example).
6363
await _controller.setVolume(0.0);
64-
} else {
64+
} else {
6565
_controller = VideoPlayerController.file(File(file.path));
6666
await _controller.setVolume(1.0);
6767
}

0 commit comments

Comments
 (0)