Remove redundant type annotation
This commit is contained in:
parent
2088ae6ede
commit
29d2bfae3f
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@ import Network
|
||||||
final class Client {
|
final class Client {
|
||||||
let connection: NWConnection
|
let connection: NWConnection
|
||||||
|
|
||||||
private let logger: Logger = Logger.logger(for: Client.self)
|
private let logger = Logger.logger(for: Client.self)
|
||||||
private var generator = SystemRandomNumberGenerator()
|
private var generator = SystemRandomNumberGenerator()
|
||||||
|
|
||||||
convenience init() throws {
|
convenience init() throws {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue