SettingsViewController: Fix indent issue.

This commit is contained in:
SBiOSoftWhare
2022-02-10 15:08:24 +01:00
committed by Stefan Ceriu
parent eabf7350f3
commit aab66e1485
@@ -1473,9 +1473,8 @@ TableViewSectionsDelegate>
return [footerText copy];
}
- (UITableViewCell *)buildMessageBubblesCellForTableView:
(UITableView*)tableView
atIndexPath:(NSIndexPath*)indexPath
- (UITableViewCell *)buildMessageBubblesCellForTableView:(UITableView*)tableView
atIndexPath:(NSIndexPath*)indexPath
{
MXKTableViewCellWithLabelAndSwitch* labelAndSwitchCell = [self getLabelAndSwitchCell:tableView forIndexPath:indexPath];