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:
deepsource-autofix[bot] 2024-02-09 17:03:46 +00:00 committed by GitHub
parent 36d1a8a7f2
commit 5f0bc9fb7e
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