Skip to content

Commit 29fc16b

Browse files
committed
Fix bracket spacing
1 parent 1e17c24 commit 29fc16b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Modules/Sources/Yosemite/Stores/Helpers/SiteSpecificAppSettingsStoreMethods.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ extension SiteSpecificAppSettingsStoreMethods {
109109
}
110110

111111
// MARK: - POS sync eligibility tracking
112-
extension SiteSpecificAppSettingsStoreMethods{
112+
extension SiteSpecificAppSettingsStoreMethods {
113113
public func getPOSLastOpenedDate(siteID: Int64) -> Date? {
114114
getStoreSettings(for: siteID).lastPOSOpenedDate
115115
}

0 commit comments

Comments
 (0)