Skip to content

Commit

Permalink
Fix linter warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
amddg44 committed Dec 10, 2024
1 parent fa90188 commit e22b811
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -123,4 +123,3 @@ extension CredentialProviderListDetailsViewController: CredentialProviderListDet
showActionMessage(message)
}
}

Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,11 @@ struct FaviconHelper {
}

private static func createFakeFavicon(forDomain domain: String,
size: CGFloat = 192,
backgroundColor: UIColor = UIColor.red,
bold: Bool = true,
preferredFakeFaviconLetters: String? = nil,
letterCount: Int = 2) -> UIImage? {
size: CGFloat = 192,
backgroundColor: UIColor = UIColor.red,
bold: Bool = true,
preferredFakeFaviconLetters: String? = nil,
letterCount: Int = 2) -> UIImage? {

let cornerRadius = size * 0.125
let imageRect = CGRect(x: 0, y: 0, width: size, height: size)
Expand Down

0 comments on commit e22b811

Please sign in to comment.