chore: SwiftLint

This commit is contained in:
Marc Rousavy 2021-06-09 14:57:34 +02:00
parent 5919d46a46
commit 72af7aa90a

View File

@ -10,7 +10,6 @@ import Foundation
@objc
public class CameraQueues: NSObject {
/// The serial execution queue for the camera preview layer (input stream) as well as output processing of photos.
@objc public static let cameraQueue = DispatchQueue(label: "mrousavy/VisionCamera.main",
qos: .userInteractive,
@ -31,5 +30,4 @@ public class CameraQueues: NSObject {
attributes: [],
autoreleaseFrequency: .inherit,
target: nil)
}