🐛 :: fix false positive of swiftlint rule unnecessary_type

This commit is contained in:
Felix Mau
2019-08-31 10:14:20 +02:00
parent d7014d4a57
commit a4e53b563d
2 changed files with 1 additions and 2 deletions
@@ -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)