Skip to content
This repository was archived by the owner on Jun 7, 2020. It is now read-only.

Commit 307d583

Browse files
committed
Code adjustments
1 parent 8102c49 commit 307d583

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Rocket.Chat/Controllers/Chat/ChannelActionsViewController.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ import UIKit
1010

1111
private typealias ListSegueData = (title: String, query: String?, isListingMentions: Bool)
1212

13+
// swiftlint:disable file_length
1314
class ChannelActionsViewController: BaseViewController {
1415

1516
internal let kShareRoomSection = 2
@@ -42,7 +43,6 @@ class ChannelActionsViewController: BaseViewController {
4243

4344
header = [ChannelInfoBasicCellData(title: "#\(subscription.name)")]
4445

45-
4646
if hasDescription {
4747
header?.append(ChannelInfoDescriptionCellData(
4848
title: localized("chat.info.item.description"),

0 commit comments

Comments
 (0)