Skip to content

Commit

Permalink
style: fix linter
Browse files Browse the repository at this point in the history
  • Loading branch information
MrMarble committed Jan 15, 2023
1 parent f386997 commit dbba132
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion internal/img/generate.go
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,6 @@ func drawBehavior(ctx *gg.Context, key *keymap.Behavior, x float64, y float64, r
ctx.DrawString(str, x, y-h/2.+44)
ctx.SetRGB(0., 0., 0.)
}

}

func maxX(l []keyboard.Key) float64 {
Expand Down

0 comments on commit dbba132

Please sign in to comment.