Skip to content

Commit f652b50

Browse files
committed
Fix trailing whitespaces.
1 parent f5e9709 commit f652b50

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Yosemite/Yosemite/PointOfSale/Eligibility/POSEligibilityService.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ public protocol POSEligibilityServiceProtocol {
88
/// - Parameter siteID: The ID of the site to check visibility for.
99
/// - Returns: The cached visibility state as a boolean, or nil if no cached value exists.
1010
func loadCachedPOSTabVisibility(siteID: Int64) -> Bool?
11-
11+
1212
/// Caches the POS tab visibility state for a specific site.
1313
/// - Parameters:
1414
/// - siteID: The ID of the site to set visibility for.
@@ -35,7 +35,7 @@ public class POSEligibilityService: POSEligibilityServiceProtocol {
3535
let storeSettings = siteSpecificAppSettingsStoreMethods.getStoreSettings(for: siteID)
3636
return storeSettings.isPOSTabVisible
3737
}
38-
38+
3939
/// Caches the POS tab visibility for a given site.
4040
/// - Parameters:
4141
/// - siteID: The site ID to set visibility for.

0 commit comments

Comments
 (0)