style: format code with Gofumpt

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

Details: None
This commit is contained in:
deepsource-autofix[bot] 2024-01-26 11:31:36 +00:00 committed by GitHub
parent d72e443f93
commit b7701e600a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 9 additions and 11 deletions

View file

@ -30,9 +30,7 @@ const (
StateFileMenu
)
var (
canvas *Canvas
)
var canvas *Canvas
func checkDirs() {
if _, err := os.Stat(DirAssets); os.IsNotExist(err) {