Skip to content

Commit

Permalink
Swiftlint fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
lemonmojo committed Sep 27, 2024
1 parent 3bb9073 commit aac6ab8
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
// swiftlint:disable unused_setter_value

import Foundation
import UIKit

Expand Down Expand Up @@ -109,6 +107,7 @@ private extension ConfigurationViewController {
// TODO
.forwardAllKeyboardShortcutsAndHotKeys
}
// swiftlint:disable:next unused_setter_value
set {
// TODO
}
Expand All @@ -124,6 +123,7 @@ private extension ConfigurationViewController {
// TODO
.depth24Bit
}
// swiftlint:disable:next unused_setter_value
set {
// TODO
}
Expand All @@ -134,6 +134,7 @@ private extension ConfigurationViewController {
// TODO
.default
}
// swiftlint:disable:next unused_setter_value
set {
// TODO
}
Expand Down

0 comments on commit aac6ab8

Please sign in to comment.