Skip to content

Commit

Permalink
Linter autocorrect
Browse files Browse the repository at this point in the history
  • Loading branch information
bgoncal committed Nov 2, 2023
1 parent 8da16b5 commit ad5abc4
Showing 1 changed file with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,12 @@ class AuthenticationService: AuthenticationServiceProtocol {
} else if context.canEvaluatePolicy(.deviceOwnerAuthentication, error: &error) {
authenticate(policy: .deviceOwnerAuthentication)
} else {
Current.Log.error(["Failed to authenticate with biometrics": "User context can't evaluate policy for device ownership"])
Current.Log
.error(
[
"Failed to authenticate with biometrics": "User context can't evaluate policy for device ownership",
]
)
}
}

Expand Down

0 comments on commit ad5abc4

Please sign in to comment.