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

Commit e69f746

Browse files
committed
Fix formatting
1 parent 5ece84b commit e69f746

File tree

1 file changed

+1
-1
lines changed
  • packages/camera/camera/android/src/main/java/io/flutter/plugins/camera

1 file changed

+1
-1
lines changed

packages/camera/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
@@ -854,7 +854,7 @@ public void setExposureOffset(@NonNull final Result result, double offset)
854854
this.cameraCaptureSession.setRepeatingRequest(captureRequestBuilder.build(), null, null);
855855
result.success(offset);
856856
}
857-
857+
858858
public float getMaxZoomLevel() {
859859
return cameraZoom.maxZoom;
860860
}

0 commit comments

Comments
 (0)