Merge pull request #5 from Fluffy-Bean/deepsource-transform-d1dc4578

style: format code with Gofumpt
This commit is contained in:
Michał 2024-02-09 17:11:31 +00:00 committed by GitHub
commit 6b5b6e4dbe
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -131,7 +131,6 @@ func (c *Canvas) Save(force bool) {
addToast("Drawing saved as " + c.Name + ".png")
} else {
applicationState = StateFileExists
}
c.UnsavedChanges = false