mirror of
https://github.com/Fluffy-Bean/ColouringApp.git
synced 2025-06-29 20:46: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
|
StateFileMenu
|
||||||
)
|
)
|
||||||
|
|
||||||
var (
|
var canvas *Canvas
|
||||||
canvas *Canvas
|
|
||||||
)
|
|
||||||
|
|
||||||
func checkDirs() {
|
func checkDirs() {
|
||||||
if _, err := os.Stat(DirAssets); os.IsNotExist(err) {
|
if _, err := os.Stat(DirAssets); os.IsNotExist(err) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue