Skip to content

Commit 2c58be0

Browse files
committed
Merge branch 'feat/3157-search-products-by-sku-storage' into feat/3157-search-sku
* feat/3157-search-products-by-sku-storage: Fix Hound warning.
2 parents 5ad89b3 + b034d5f commit 2c58be0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Storage/Storage/Model/ProductSearchResults+CoreDataProperties.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,6 @@ extension ProductSearchResults {
3131

3232
}
3333

34-
extension ProductSearchResults : Identifiable {
34+
extension ProductSearchResults: Identifiable {
3535

3636
}

0 commit comments

Comments
 (0)