gofmt -s -w

This commit is contained in:
Hajime Hoshi 2022-08-28 00:04:32 +09:00
parent fd5d142453
commit 610e9ce14c
2 changed files with 2 additions and 3 deletions

View File

@ -38,8 +38,8 @@ import (
)
var (
gophersImage *ebiten.Image
mplusFont font.Face
gophersImage *ebiten.Image
mplusFont font.Face
)
func init() {

View File

@ -55,4 +55,3 @@ func (i *Image) Dump(graphicsDriver graphicsdriver.Graphics, path string, blackb
return nil
}