Skip to content
This repository was archived by the owner on Sep 15, 2025. It is now read-only.

Commit 8f9e1cd

Browse files
committed
Hound fixes
1 parent c91f1c5 commit 8f9e1cd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

WordPressKit/TransactionsServiceRemote.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,12 +55,12 @@ import WordPressShared
5555
for product in products {
5656
switch product {
5757
case .domain(let domainSuggestion, let privacyProtectionEnabled):
58-
productsDictionary.append(["product_id":domainSuggestion.productID as AnyObject,
58+
productsDictionary.append(["product_id": domainSuggestion.productID as AnyObject,
5959
"meta": domainSuggestion.domainName as AnyObject,
6060
"extra": ["privacy": privacyProtectionEnabled] as AnyObject])
6161

6262
case .plan(let productId):
63-
productsDictionary.append(["product_id":productId as AnyObject])
63+
productsDictionary.append(["product_id": productId as AnyObject])
6464
case .other(let productDict):
6565
productsDictionary.append(productDict)
6666
}

0 commit comments

Comments
 (0)