Fix code style

This commit is contained in:
Maurice Parker 2021-11-13 10:44:11 -06:00
parent d09cdb9663
commit b6eb648f95
1 changed files with 1 additions and 1 deletions

View File

@ -121,7 +121,7 @@ class MasterFeedViewController: UITableViewController, UndoableCommandRunner {
} }
guard let unreadCountNode = node, let indexPath = coordinator.indexPathFor(unreadCountNode) else { return } guard let unreadCountNode = node, let indexPath = coordinator.indexPathFor(unreadCountNode) else { return }
self.tableView.reloadRows(at: [indexPath], with: .none) tableView.reloadRows(at: [indexPath], with: .none)
restoreSelectionIfNecessary(adjustScroll: false) restoreSelectionIfNecessary(adjustScroll: false)
} }