@@ -1,7 +1,7 @@ /* - * Copyright (c) 2016, 2017, Jonathan Schleifer + * Copyright (c) 2016, 2017, 2018, Jonathan Schleifer * * https://heap.zone/git/scrypt-pwgen.git * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -77,12 +77,12 @@ cell.textLabel.text = self.sites[indexPath.row].NSObject; return cell; } -- (void)searchBar:(UISearchBar *)searchBar - textDidChange:(NSString *)searchText +- (void)searchBar: (UISearchBar *)searchBar + textDidChange: (NSString *)searchText { self.sites = [_siteStorage sitesWithFilter: _searchBar.text.OFObject]; [_tableView reloadData]; }