go fmt
This commit is contained in:
+1
-1
@@ -12,7 +12,7 @@ func (i Into) At(x, y int) color.Color {
|
||||
r := image.Rect(x1, y1,
|
||||
x1+i.Src.Bounds().Dx(), y1+i.Src.Bounds().Dy())
|
||||
if (image.Point{x, y}).In(r) {
|
||||
return i.Src.At(x-x1,y-y2)
|
||||
return i.Src.At(x-x1, y-y2)
|
||||
}
|
||||
return i.Dst.At(x, y)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user