Skip to content

Commit

Permalink
Fix a lint violation
Browse files Browse the repository at this point in the history
  • Loading branch information
mikenachbaur-okta committed Jul 17, 2024
1 parent 0d00046 commit ba4a071
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ final class KeychainTokenStorage: TokenStorage {
value: data)

let metadataAccessibility: Keychain.Accessibility
if (accessibility.isSynchronizable) {
if accessibility.isSynchronizable {
metadataAccessibility = .afterFirstUnlock
} else {
metadataAccessibility = .afterFirstUnlockThisDeviceOnly
Expand Down

0 comments on commit ba4a071

Please sign in to comment.