Skip to content

Commit

Permalink
Remove unnecessary sendable
Browse files Browse the repository at this point in the history
  • Loading branch information
onevcat committed Jul 9, 2024
1 parent b1eb1f1 commit 6ef28c5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
import UIKit
import Kingfisher

protocol MainDataViewReloadable: Sendable {
protocol MainDataViewReloadable {
@MainActor func reload()
}

Expand Down

0 comments on commit 6ef28c5

Please sign in to comment.