Skip to content

Commit fabdbb0

Browse files
authored
Fix indentation in CameraCaptureSession.swift
1 parent 2dc3de7 commit fabdbb0

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Signal/src/ViewControllers/Photos/CameraCaptureSession.swift

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1486,8 +1486,7 @@ private class PhotoCapture {
14861486
let avCaptureOutput = AVCapturePhotoOutput()
14871487

14881488
var flashMode: AVCaptureDevice.FlashMode = .off
1489-
1490-
init() {
1489+
init() {
14911490
avCaptureOutput.isLivePhotoCaptureEnabled = false
14921491
avCaptureOutput.isHighResolutionCaptureEnabled = true
14931492

@@ -1506,7 +1505,7 @@ private class PhotoCapture {
15061505

15071506
avCaptureConnection.videoOrientation = captureOrientation
15081507

1509-
let photoSettings = AVCapturePhotoSettings()
1508+
let photoSettings = AVCapturePhotoSettings()
15101509
photoSettings.flashMode = flashMode
15111510
photoSettings.isHighResolutionPhotoEnabled = true
15121511

0 commit comments

Comments
 (0)