style: format code with Gofumpt

This commit fixes the style issues introduced in afd1b0d according to the output
from Gofumpt.

Details: None
This commit is contained in:
deepsource-autofix[bot] 2024-02-09 23:09:38 +00:00 committed by GitHub
parent afd1b0d5f7
commit dfb8285809
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 2 deletions

View file

@ -1,8 +1,9 @@
package main package main
import ( import (
raylib "github.com/gen2brain/raylib-go/raylib"
"math" "math"
raylib "github.com/gen2brain/raylib-go/raylib"
) )
type rectangleTool struct { type rectangleTool struct {