Fix SwiftLint warnings.

This commit is contained in:
Doug
2021-07-02 17:13:45 +01:00
parent f76db0baa4
commit 4353687e61
3 changed files with 10 additions and 7 deletions
@@ -165,8 +165,7 @@ final class RoomInfoListViewController: UIViewController {
}
var rows = [rowSettings]
if (RiotSettings.shared.roomInfoScreenShowIntegrations)
{
if RiotSettings.shared.roomInfoScreenShowIntegrations {
rows.append(rowIntegrations)
}
rows.append(rowMembers)