Skip to content

Commit cd5903f

Browse files
committed
fix linting issues
Signed-off-by: Toni Förster <toni.foerster@icloud.com>
1 parent 6c139e1 commit cd5903f

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

Thaw/Main/AppDelegate.swift

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -165,9 +165,11 @@ final class AppDelegate: NSObject, NSApplicationDelegate {
165165

166166
// macOS 26 stores keySenderPIDAttr as typeUInt32 ('magn') on arm64.
167167
// Accept any numeric type and extract the PID from raw descriptor data.
168-
let integerTypes: Set<OSType> = [typeSInt16, typeSInt32, typeSInt64,
169-
typeUInt16, typeUInt32, typeUInt64,
170-
typeIEEE32BitFloatingPoint, typeIEEE64BitFloatingPoint]
168+
let integerTypes: Set<OSType> = [
169+
typeSInt16, typeSInt32, typeSInt64,
170+
typeUInt16, typeUInt32, typeUInt64,
171+
typeIEEE32BitFloatingPoint, typeIEEE64BitFloatingPoint,
172+
]
171173

172174
var pid: pid_t = 0
173175

0 commit comments

Comments
 (0)