Skip to content

Commit

Permalink
Fix lint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
hichamboushaba committed Nov 15, 2024
1 parent 25f2815 commit aa7a587
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,11 @@ import struct WordPressKit.WordPressComRestApiEndpointError
/// A protocol used to mock `WordPressComAccountService` for unit tests.
protocol WordPressComAccountServiceProtocol {
func isPasswordlessAccount(username: String, success: @escaping (Bool) -> Void, failure: @escaping (Error) -> Void)
func requestAuthenticationLink(for email: String, jetpackLogin: Bool, createAccountIfNotFound: Bool, success: @escaping () -> Void, failure: @escaping (Error) -> Void)
func requestAuthenticationLink(for email: String,
jetpackLogin: Bool,
createAccountIfNotFound: Bool,
success: @escaping () -> Void,
failure: @escaping (Error) -> Void)
}

/// Conformance
Expand Down

0 comments on commit aa7a587

Please sign in to comment.