Skip to content

Commit a1e9bbb

Browse files
committed
fix: remove extraneous character in GlobalHotkeyService - Cleaned up code by removing an unnecessary character in the GlobalHotkeyService.swift file to improve readability and maintainability.
1 parent f0dea76 commit a1e9bbb

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

MacSnapper/Infrastructure/Services/GlobalHotkeyService.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,8 @@ public final class GlobalHotkeyService: ObservableObject {
119119
selfPtr,
120120
&eventHandler
121121
)
122-
122+

123+
123124
if status != noErr {
124125
logger.error("Failed to install event handler: \(status)")
125126
registrationError = "Failed to install global event handler"

0 commit comments

Comments
 (0)