Skip to content

Commit a3e21d8

Browse files
Simply let unwrap statement.
1 parent f1511f8 commit a3e21d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Networking/Networking/ApplicationPassword/RequestAuthenticator.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ public struct RequestAuthenticator {
4242
}
4343

4444
func generateApplicationPassword() async throws {
45-
guard let applicationPasswordUseCase = applicationPasswordUseCase else {
45+
guard let applicationPasswordUseCase else {
4646
throw RequestAuthenticatorError.applicationPasswordUseCaseNotAvailable
4747
}
4848
let _ = try await applicationPasswordUseCase.generateNewPassword()

0 commit comments

Comments
 (0)