Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
Signed-off-by: Marino Faggiana <[email protected]>
  • Loading branch information
marinofaggiana committed Jul 6, 2024
1 parent 7875c83 commit dafb384
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion iOSClient/Activity/NCActivityTableViewCell.swift
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ class NCActivityTableViewCell: UITableViewCell, NCCellProtocol {
@IBOutlet weak var avatar: UIImageView!
@IBOutlet weak var subject: UILabel!
@IBOutlet weak var subjectLeadingConstraint: NSLayoutConstraint!

private let appDelegate = (UIApplication.shared.delegate as? AppDelegate)!
private var user: String = ""
private var index = IndexPath()
Expand Down

0 comments on commit dafb384

Please sign in to comment.