style: format code with Gofumpt

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

Details: None
This commit is contained in:
deepsource-autofix[bot] 2024-01-28 21:29:15 +00:00 committed by GitHub
parent 9ed1e192d7
commit f076ff308a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -48,7 +48,7 @@ func main() {
checkDirs() // Make sure all the directories exist
raylib.SetConfigFlags(raylib.FlagWindowResizable)
//raylib.SetConfigFlags(raylib.FlagWindowHighdpi)
// raylib.SetConfigFlags(raylib.FlagWindowHighdpi)
// raylib.SetConfigFlags(raylib.FlagMsaa4xHint)
raylib.InitWindow(WindowWidth, WindowHeight, WindowTitle)