Skip to content

Commit fe65222

Browse files
committed
Hound fixes
1 parent b2d3018 commit fe65222

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

WordPress/Classes/ViewRelated/Stats/Insights/Insights Management/AddInsightTableViewController.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ class AddInsightTableViewController: UITableViewController {
128128

129129
return insightsShown.count > 0 && isActiveCardsSection(indexPath.section)
130130
}
131-
131+
132132
override func tableView(_ tableView: UITableView, targetIndexPathForMoveFromRowAt sourceIndexPath: IndexPath, toProposedIndexPath proposedDestinationIndexPath: IndexPath) -> IndexPath {
133133
if isActiveCardsSection(proposedDestinationIndexPath.section) {
134134
return proposedDestinationIndexPath
@@ -171,7 +171,7 @@ class AddInsightTableViewController: UITableViewController {
171171

172172
@objc func saveTapped() {
173173
dismissedViaButton = true
174-
174+
175175
saveChanges()
176176

177177
dismiss(animated: true, completion: nil)

0 commit comments

Comments
 (0)