Skip to content

Commit d157c88

Browse files
committed
Close bracket in a separate line
1 parent 5bb1535 commit d157c88

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

WooCommerce/Classes/Authentication/AuthenticationManager.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -820,7 +820,8 @@ private extension AuthenticationManager {
820820
guard let applicationPasswordUseCase = try? DefaultApplicationPasswordUseCase(
821821
username: siteCredentials.username,
822822
password: siteCredentials.password,
823-
siteAddress: siteCredentials.siteURL) else {
823+
siteAddress: siteCredentials.siteURL
824+
) else {
824825
return assertionFailure("⛔️ Error creating application password use case")
825826
}
826827
self.applicationPasswordUseCase = applicationPasswordUseCase

0 commit comments

Comments
 (0)