mirror of
https://github.com/Fluffy-Bean/ColouringApp.git
synced 2025-05-14 07:32:16 +00:00
Merge pull request #1 from Fluffy-Bean/deepsource-transform-07985dc4
style: format code with Gofumpt
This commit is contained in:
commit
1993111390
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