Skip to content

Commit c508d42

Browse files
committed
Remove redundant conformance
1 parent 3cdd596 commit c508d42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

WooCommerce/Classes/ViewRelated/Search/SearchUICommand.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ protocol SearchUICommand {
4343
/// Set externally to enable resyncing the models when needed. Otherwise, an empty closure can be set by default.
4444
var resynchronizeModels: (() -> Void) { get set }
4545

46-
associatedtype ResultsControllerModel: ResultsControllerMutableType & ReadOnlyConvertible where ResultsControllerModel.ReadOnlyType == Model
46+
associatedtype ResultsControllerModel: ResultsControllerMutableType where ResultsControllerModel.ReadOnlyType == Model
4747
/// Creates a results controller for the search results. The result model's readonly type matches the search result model.
4848
func createResultsController() -> ResultsController<ResultsControllerModel>
4949

0 commit comments

Comments
 (0)