Skip to content

Commit

Permalink
Fixes swiftlint warnings in UserUseCaseProtocolMock
Browse files Browse the repository at this point in the history
  • Loading branch information
DeluxeAlonso committed Jul 17, 2023
1 parent 05e5529 commit a909cb2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ public final class UserUseCaseProtocolMock: UserUseCaseProtocol {
public func saveUser(_ user: User) {
saveUserCallCount += 1
}

}

0 comments on commit a909cb2

Please sign in to comment.