chore: SwiftLint
This commit is contained in:
parent
5919d46a46
commit
72af7aa90a
@ -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)
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user