Skip to content

Commit 1f64c63

Browse files
committed
fix SwiftLint
1 parent 08f47fb commit 1f64c63

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

AKPlugin.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ class AKPlugin: NSObject, Plugin {
4545
CGAssociateMouseAndMouseCursorPosition(0)
4646
warpCursor()
4747
}
48-
48+
4949
func hideCursorMove() {
5050
NSCursor.setHiddenUntilMouseMoves(true)
5151
}

PlayTools/Controls/MenuController.swift

+2-2
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ extension UIApplication {
7171
func toggleDebugOverlay(_ sender: AnyObject) {
7272
DebugController.instance.toggleDebugOverlay()
7373
}
74-
74+
7575
@objc func hideCursor(_ sender: AnyObject) {
7676
AKInterface.shared!.hideCursorMove()
7777
}
@@ -157,7 +157,7 @@ class MenuController {
157157

158158
class func keymappingMenu() -> UIMenu {
159159
let keyCommands = [ "K", UIKeyCommand.inputDelete,
160-
UIKeyCommand.inputUpArrow, UIKeyCommand.inputDownArrow, "R", "D","."]
160+
UIKeyCommand.inputUpArrow, UIKeyCommand.inputDownArrow, "R", "D", "."]
161161
let arrowKeyChildrenCommands = zip(keyCommands, keymapping).map { (command, btn) in
162162
UIKeyCommand(title: btn,
163163
image: nil,

0 commit comments

Comments
 (0)