mirror of
https://github.com/Fluffy-Bean/ColouringApp.git
synced 2025-05-14 07:32:16 +00:00
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:
parent
d72e443f93
commit
b7701e600a
3 changed files with 9 additions and 11 deletions
4
main.go
4
main.go
|
@ -30,9 +30,7 @@ const (
|
|||
StateFileMenu
|
||||
)
|
||||
|
||||
var (
|
||||
canvas *Canvas
|
||||
)
|
||||
var canvas *Canvas
|
||||
|
||||
func checkDirs() {
|
||||
if _, err := os.Stat(DirAssets); os.IsNotExist(err) {
|
||||
|
|
Loading…
Add table
Reference in a new issue