SettingsViewController: Fix indent issue.

This commit is contained in:
SBiOSoftWhare 2022-02-10 15:08:24 +01:00
parent 9b5b274022
commit 8018b541cc

View file

@ -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];