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 36d1a8a
according to the output
from Gofumpt.
Details: None
This commit is contained in:
parent
36d1a8a7f2
commit
5f0bc9fb7e
1 changed files with 0 additions and 1 deletions
|
@ -131,7 +131,6 @@ func (c *Canvas) Save(force bool) {
|
|||
addToast("Drawing saved as " + c.Name + ".png")
|
||||
} else {
|
||||
applicationState = StateFileExists
|
||||
|
||||
}
|
||||
|
||||
c.UnsavedChanges = false
|
||||
|
|
Loading…
Add table
Reference in a new issue