SettingsViewController: Fix indent issue.

This commit is contained in:
SBiOSoftWhare
2022-02-10 15:08:24 +01:00
parent 1e26681e34
commit c5e926d4e6
@@ -1475,9 +1475,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];