mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-20 16:42:44 +02:00
Fix SwiftLint warnings.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user