Skip to content

Commit

Permalink
fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
msrd0 committed Oct 22, 2024
1 parent 51b4e47 commit 7c0c40b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/utils/display.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ func GetDisplayBoundsAt(x, y int) image.Rectangle {

curDisplay := image.Rect(0, 0, 0, 0)
if len(displays) > 0 {
curDisplay = displays[0] // use main display as fallback
curDisplay = displays[0] // use main display as fallback
}

for _, d := range displays {
Expand Down

0 comments on commit 7c0c40b

Please sign in to comment.