From 39c1d74160b268cf8b573b3c0d5e5ce6b0920ee7 Mon Sep 17 00:00:00 2001 From: Sam Anthony Date: Fri, 10 May 2024 13:18:04 -0400 Subject: remove whitespace in imports --- gui/widget/output.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'gui/widget/output.go') diff --git a/gui/widget/output.go b/gui/widget/output.go index 0d03c0c..cfbdade 100644 --- a/gui/widget/output.go +++ b/gui/widget/output.go @@ -2,10 +2,9 @@ package widget import ( "fmt" - "sync" - "image" "image/draw" + "sync" "volute/gui" "volute/gui/text" -- cgit v1.2.3