Skip to content

Commit 826db1d

Browse files
committed
Update indention
1 parent bb2b482 commit 826db1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

WordPress/Classes/ViewRelated/Reader/ReaderPostCellViewModel.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ final class ReaderPostCellViewModel {
5555
if isP2 {
5656
self.avatarURL = post.authorAvatarURL.flatMap(URL.init)
5757
} else if let avatarURL = post.siteIconForDisplay(ofSize: Int(ReaderPostCell.avatarSize)) {
58-
self.avatarURL = avatarURL
58+
self.avatarURL = avatarURL
5959
} else if let blogURL = post.blogURL.flatMap(URL.init) {
6060
if let faviconURL = FaviconService.shared.cachedFavicon(forURL: blogURL) {
6161
self.avatarURL = faviconURL

0 commit comments

Comments
 (0)