Fix SwiftLint/SwiftFormat errors
This commit is contained in:
parent
c568b7cf40
commit
8eb8dbeb6a
@ -6,6 +6,8 @@
|
|||||||
// Copyright © 2020 Facebook. All rights reserved.
|
// Copyright © 2020 Facebook. All rights reserved.
|
||||||
//
|
//
|
||||||
|
|
||||||
|
// swiftlint:disable file_length
|
||||||
|
|
||||||
import AVFoundation
|
import AVFoundation
|
||||||
import Foundation
|
import Foundation
|
||||||
import UIKit
|
import UIKit
|
||||||
@ -294,9 +296,8 @@ final class CameraView: UIView {
|
|||||||
let end = DispatchTime.now()
|
let end = DispatchTime.now()
|
||||||
let nanoTime = end.uptimeNanoseconds - start.uptimeNanoseconds
|
let nanoTime = end.uptimeNanoseconds - start.uptimeNanoseconds
|
||||||
ReactLogger.log(level: .info, message: "Configured Audio session in \(Double(nanoTime) / 1_000_000)ms!")
|
ReactLogger.log(level: .info, message: "Configured Audio session in \(Double(nanoTime) / 1_000_000)ms!")
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
Configures the Capture Session.
|
Configures the Capture Session.
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user