Skip to content

Commit 4284494

Browse files
committed
Part 5
1 parent 0942319 commit 4284494

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

TestSwift/SearchResultsViewController.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ class SearchResultsViewController: UIViewController, UITableViewDataSource, UITa
3434
var cell: UITableViewCell = tableView.dequeueReusableCellWithIdentifier(kCellIdentifier) as UITableViewCell
3535
if cell == nil {
3636
cell = UITableViewCell(style: UITableViewCellStyle.Subtitle, reuseIdentifier: kCellIdentifier)
37-
}
37+
}
3838

3939
var rowData: NSDictionary = self.tableData[indexPath.row] as NSDictionary
4040

0 commit comments

Comments
 (0)