Skip to content

Commit 9391e45

Browse files
committed
Remove redundant space
1 parent c087890 commit 9391e45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

WooCommerce/WooCommerceTests/ViewRelated/Coupons/CouponListViewModelTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ final class CouponListViewModelTests: XCTestCase {
149149
func test_tableWillDisplayCellAtIndexPath_calls_ensureNextPageIsSynchronized_on_syncCoordinator() {
150150
// Given
151151
sut = CouponListViewModel(siteID: 123, syncingCoordinator: mockSyncingCoordinator)
152-
152+
153153
// When
154154
sut.tableWillDisplayCell(at: IndexPath(row: 3, section: 0))
155155

0 commit comments

Comments
 (0)