Skip to content

Commit

Permalink
chore: remove unneeded swiftlint comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ParideBifulco committed Jun 4, 2021
1 parent 040848d commit e48bccf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tempura/Sources/Navigation/Navigator.swift
Expand Up @@ -178,7 +178,7 @@ public class Navigator {
private let routingQueue = DispatchQueue(label: "routing queue")
private var rootInstaller: RootInstaller! // swiftlint:disable:this implicitly_unwrapped_optional
private var window: UIWindow! // swiftlint:disable:this implicitly_unwrapped_optional
private let routableProvider: RoutableProvider // swiftlint:disable:this implicitly_unwrapped_optional
private let routableProvider: RoutableProvider

/// Initializes and return a Navigator.
///
Expand Down

0 comments on commit e48bccf

Please sign in to comment.