mirror of
https://github.com/fxm90/GradientLoadingBar.git
synced 2026-06-16 12:24:31 +00:00
🐛 :: fix false positive of swiftlint rule unnecessary_type
This commit is contained in:
@@ -71,7 +71,6 @@ class GradientLoadingBarViewModelTestCase: XCTestCase {
|
||||
let keyWindow = UIWindow()
|
||||
sharedApplicationMock.keyWindow = keyWindow
|
||||
|
||||
// swiftlint:disable:next unnecessary_type
|
||||
var viewModel: GradientLoadingBarViewModel? = GradientLoadingBarViewModel(sharedApplication: sharedApplicationMock,
|
||||
notificationCenter: notificationCenter)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user