Skip to content

Commit 51a48b5

Browse files
committed
fix swiftapi.swift lint
1 parent 1b74152 commit 51a48b5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

FirebaseAuth/Tests/Unit/SwiftAPI.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ class AuthAPI_hOnlyTests: XCTestCase {
4343
let _: String = codeSettings.androidMinimumVersion,
4444
let _: String = codeSettings.dynamicLinkDomain,
4545
let _: String = codeSettings.linkDomain {}
46-
codeSettings.linkDomain = nil
47-
codeSettings.linkDomain = ""
46+
codeSettings.linkDomain = nil
47+
codeSettings.linkDomain = ""
4848
}
4949

5050
@available(iOS 13, tvOS 13, macOS 10.15, macCatalyst 13, watchOS 7, *)

0 commit comments

Comments
 (0)