Skip to content

Commit 38b15ce

Browse files
committed
lint
1 parent 55b90c1 commit 38b15ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

WooCommerce/WooCommerceTests/POS/Controllers/PointOfSaleCouponsControllerTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import struct Yosemite.POSCoupon
88
import struct Yosemite.PagedItems
99
import struct Yosemite.POSVariableParentProduct
1010

11-
final class MockPointOfSaleCouponService: PointOfSaleItemServiceProtocol{
11+
final class MockPointOfSaleCouponService: PointOfSaleItemServiceProtocol {
1212
var shouldReturnZeroItems = false
1313

1414
func providePointOfSaleItems(pageNumber: Int) async throws -> PagedItems<POSItem> {

0 commit comments

Comments
 (0)