From 2716d84866604cb2e9b4cb64d8b46fbafe12784a Mon Sep 17 00:00:00 2001 From: "deepsource-autofix[bot]" <62050782+deepsource-autofix[bot]@users.noreply.github.com> Date: Fri, 26 Jan 2024 14:41:30 +0000 Subject: [PATCH] style: format code with Gofumpt This commit fixes the style issues introduced in 1dd1460 according to the output from Gofumpt. Details: None --- main.go | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/main.go b/main.go index c5210e5..47d4db4 100644 --- a/main.go +++ b/main.go @@ -2,10 +2,11 @@ package main import ( "fmt" - gui "github.com/gen2brain/raylib-go/raygui" - raylib "github.com/gen2brain/raylib-go/raylib" "os" "strconv" + + gui "github.com/gen2brain/raylib-go/raygui" + raylib "github.com/gen2brain/raylib-go/raylib" ) const (