Skip to content

Commit

Permalink
gofmt -s -w
Browse files Browse the repository at this point in the history
  • Loading branch information
hajimehoshi committed Aug 27, 2022
1 parent fd5d142 commit 610e9ce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions examples/fullscreen/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ import (
)

var (
gophersImage *ebiten.Image
mplusFont font.Face
gophersImage *ebiten.Image
mplusFont font.Face
)

func init() {
Expand Down
1 change: 0 additions & 1 deletion internal/graphicscommand/image_js.go
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,3 @@ func (i *Image) Dump(graphicsDriver graphicsdriver.Graphics, path string, blackb

return nil
}

0 comments on commit 610e9ce

Please sign in to comment.