style: format code with Gofumpt

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

Details: None
This commit is contained in:
deepsource-autofix[bot] 2024-01-26 14:41:30 +00:00 committed by GitHub
parent 1dd1460199
commit 2716d84866
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2,10 +2,11 @@ package main
import ( import (
"fmt" "fmt"
gui "github.com/gen2brain/raylib-go/raygui"
raylib "github.com/gen2brain/raylib-go/raylib"
"os" "os"
"strconv" "strconv"
gui "github.com/gen2brain/raylib-go/raygui"
raylib "github.com/gen2brain/raylib-go/raylib"
) )
const ( const (