Skip to content

Commit 5706749

Browse files
joshhealdstaskus
authored andcommitted
Fix periphery ignore
1 parent a3e6987 commit 5706749

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Modules/Sources/PointOfSale/Controllers/PointOfSaleObservableItemsController.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ final class PointOfSaleObservableItemsController: PointOfSaleItemsControllerProt
4040
)
4141
}
4242

43-
// periphery:ignore used by tests
43+
// periphery:ignore - used by tests
4444
init(dataSource: POSObservableDataSourceProtocol) {
4545
self.dataSource = dataSource
4646
}

0 commit comments

Comments
 (0)