Skip to content

Commit

Permalink
Restore SwiftLint warning check.
Browse files Browse the repository at this point in the history
  • Loading branch information
samsymons committed Feb 21, 2022
1 parent e8a761c commit 2b04251
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions DuckDuckGo/Suggestions/View/SuggestionTableRowView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,12 @@ final class SuggestionTableRowView: NSTableRowView {
updateBackgroundColor()
}

// swiftlint:disable unused_setter_value
override var isEmphasized: Bool {
get { return true }
set {}
}
// swiftlint:enable unused_setter_value

override var isSelected: Bool {
didSet {
Expand Down

0 comments on commit 2b04251

Please sign in to comment.