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

Commit 8218ddf

Browse files
committed
Fix formatting issues
1 parent 671469b commit 8218ddf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • packages/camera/android/src/main/java/io/flutter/plugins/camera

packages/camera/android/src/main/java/io/flutter/plugins/camera/Camera.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -411,7 +411,7 @@ public void resumeVideoRecording(@NonNull final Result result) {
411411

412412
public void startPreview() throws CameraAccessException {
413413
if (pictureImageReader == null || pictureImageReader.getSurface() == null) return;
414-
414+
415415
createCaptureSession(CameraDevice.TEMPLATE_PREVIEW, pictureImageReader.getSurface());
416416
}
417417

0 commit comments

Comments
 (0)