From 970155e35fb4cb9656dbf13181d8e287d45b951f Mon Sep 17 00:00:00 2001 From: Ivan Smolin Date: Tue, 27 Mar 2018 17:42:25 +0300 Subject: [PATCH] code review note --- touchin-pagination/Code/View/view_controller.swift.liquid | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/touchin-pagination/Code/View/view_controller.swift.liquid b/touchin-pagination/Code/View/view_controller.swift.liquid index acd1cde..4312404 100755 --- a/touchin-pagination/Code/View/view_controller.swift.liquid +++ b/touchin-pagination/Code/View/view_controller.swift.liquid @@ -8,9 +8,7 @@ final class {{ module_info.name }}ViewController: UIViewController { @IBOutlet private weak var tableView: UITableView! - private lazy var tableDirector = { - TableDirector(tableView: tableView) - }() + private lazy var tableDirector = TableDirector(tableView: tableView) private lazy var paginationWrapper = { PaginationWrapper(wrappedView: AnyPaginationWrappable(view: tableView),