Skip to content

Commit

Permalink
ran go fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
Tanner Kvarfordt authored and Tanner Kvarfordt committed Nov 23, 2021
1 parent 4965902 commit ac75217
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/object_detection/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ func Rect(x1, y1, x2, y2 int, img draw.Image, col color.Color) {

func AddLabel(img draw.Image, x, y int, label string) {
col := color.RGBA{0, 0, 0, 255}
point := fixed.Point26_6{X: fixed.Int26_6(x * 64), Y:fixed.Int26_6(y * 64)}
point := fixed.Point26_6{X: fixed.Int26_6(x * 64), Y: fixed.Int26_6(y * 64)}

d := &font.Drawer{
Dst: img,
Expand Down

0 comments on commit ac75217

Please sign in to comment.