From 5f0bc9fb7e43964bc64ce65c9ad3c31cfb9050e2 Mon Sep 17 00:00:00 2001 From: "deepsource-autofix[bot]" <62050782+deepsource-autofix[bot]@users.noreply.github.com> Date: Fri, 9 Feb 2024 17:03:46 +0000 Subject: [PATCH] style: format code with Gofumpt This commit fixes the style issues introduced in 36d1a8a according to the output from Gofumpt. Details: None --- canvas.go | 1 - 1 file changed, 1 deletion(-) diff --git a/canvas.go b/canvas.go index 01c5ead..c122f24 100644 --- a/canvas.go +++ b/canvas.go @@ -131,7 +131,6 @@ func (c *Canvas) Save(force bool) { addToast("Drawing saved as " + c.Name + ".png") } else { applicationState = StateFileExists - } c.UnsavedChanges = false