Fixed indentation in block which is different from Xcode's (#159)

This commit is contained in:
Satoshi SAKAO
2025-02-12 02:33:03 +09:00
committed by GitHub
parent 511c37e150
commit c76b52c68b
4 changed files with 90 additions and 48 deletions

View File

@@ -54,13 +54,13 @@ class MainViewController: UIViewController, UITableViewDataSource {
self.tableView.reloadSections(NSIndexSet(index: 0), withRowAnimation: .Fade)
self.refreshControl.endRefreshing()
UIApplication.sharedApplication().networkActivityIndicatorVisible = false
})
})
} else {
println("Could not fetch posts!")
self.refreshControl.endRefreshing()
UIApplication.sharedApplication().networkActivityIndicatorVisible = false;
}
})
})
}
func stylePostCellAsRead(cell: UITableViewCell) {