Skip to content

Commit bbd57e6

Browse files
committed
remove unnecessary MainActor
1 parent b9ebabc commit bbd57e6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Sources/DiffableSnapshot.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ import UIKit
1717
typealias DiffableSnapshot = NSDiffableDataSourceSnapshot<AnyHashable, AnyHashable>
1818

1919
extension DiffableSnapshot {
20-
@MainActor
2120
init(viewModel: CollectionViewModel) {
2221
self.init()
2322

0 commit comments

Comments
 (0)