New line at the end of SearchResultsViewController removed

This commit is contained in:
Artur 2019-03-06 13:46:02 +03:00
parent 72fd83785a
commit 5389eda15d
1 changed files with 0 additions and 1 deletions

View File

@ -26,5 +26,4 @@ public protocol SearchResultsViewController {
var searchResultsView: TableViewHolder { get set }
func update(for state: SearchResultsViewControllerState)
}