Skip to content

Commit

Permalink
style: Remove empty line
Browse files Browse the repository at this point in the history
  • Loading branch information
LightningDev1 committed Feb 12, 2024
1 parent e77b788 commit 661cc00
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion foreground_darwin.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ import (
// GetForegroundPID returns the PID of the foreground window.
func GetForegroundPID() (uint32, error) {
return 0, errors.New("GetForegroundPID() not implemented on darwin")

}

// GetForegroundTitle returns the title of the foreground window.
Expand Down

0 comments on commit 661cc00

Please sign in to comment.