Add a few more SwiftLint rules

This commit is contained in:
Marc Rousavy
2021-02-25 14:38:38 +01:00
parent 13f11975cc
commit 33619a800d
3 changed files with 22 additions and 2 deletions

View File

@@ -9,7 +9,6 @@
import Foundation
extension CameraView {
func focus(point: CGPoint, promise: Promise) {
withPromise(promise) {
guard let device = self.videoDeviceInput?.device else {