Skip to content

Commit 2c19458

Browse files
joshhealdjaclync
andauthored
Consistent @MainActor positioning
Co-authored-by: Jaclyn Chen <[email protected]>
1 parent 60a6b6e commit 2c19458

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

WooCommerce/Classes/POS/Controllers/PointOfSaleItemsController.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@ protocol PointOfSaleItemsControllerProtocol {
3737
await loadFirstPage(base: base)
3838
}
3939

40-
@MainActor func refreshItems(base: ItemListBaseItem) async {
40+
@MainActor
41+
func refreshItems(base: ItemListBaseItem) async {
4142
await loadFirstPage(base: base)
4243
}
4344

0 commit comments

Comments
 (0)