Skip to content

Commit

Permalink
Fix swiftlint warning
Browse files Browse the repository at this point in the history
  • Loading branch information
OdNairy committed Apr 28, 2023
1 parent 1694613 commit 4404c8d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Sources/Hammer/AppleInternal/AppleInternal+IOHID.swift
Original file line number Diff line number Diff line change
Expand Up @@ -205,3 +205,5 @@ extension IOHID {

let kGSEventPathInfoInRange: UInt8 = (1 << 0)
let kGSEventPathInfoInTouch: UInt8 = (1 << 1)

// swiftlint:enable type_name

0 comments on commit 4404c8d

Please sign in to comment.