Skip to content

Commit 587bca9

Browse files
committed
AccountHeaderView: Nuking Extra Spaces
1 parent 7678b57 commit 587bca9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

WooCommerce/Classes/Authentication/Epilogue/AccountHeaderView.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import UIKit
44

55
/// AccountHeaderView: Displays an Account's Details: [Gravatar + Name + Username]
66
///
7-
class AccountHeaderView: UIView {
7+
class AccountHeaderView: UIView {
88

99
/// Account's Gravatar.
1010
///
@@ -49,7 +49,7 @@ extension AccountHeaderView {
4949
set {
5050
fullnameLabel.text = newValue
5151
}
52-
get {
52+
get {
5353
return fullnameLabel.text
5454
}
5555
}

0 commit comments

Comments
 (0)