Minor changes

This commit is contained in:
Arkadiusz Fal
2022-04-02 14:34:06 +02:00
parent e39f4373bb
commit 836057578f
2 changed files with 4 additions and 3 deletions

View File

@@ -3,6 +3,6 @@ import AppKit
extension NSTextField {
override open var focusRingType: NSFocusRingType {
get { .none }
set {} // swiftlint:disable:this unused_setter_value
set {}
}
}