aboutsummaryrefslogtreecommitdiffstats
path: root/gui/widget/output.go
diff options
context:
space:
mode:
authorSam Anthony <sam@samanthony.xyz>2024-05-10 13:18:04 -0400
committerSam Anthony <sam@samanthony.xyz>2024-05-10 13:18:04 -0400
commit39c1d74160b268cf8b573b3c0d5e5ce6b0920ee7 (patch)
tree869796e7dd437dffe219ad395e2be1019db743c1 /gui/widget/output.go
parent15c9618700dc681e6b94e83a1aaeea6cbcd0c2c2 (diff)
downloadvolute-39c1d74160b268cf8b573b3c0d5e5ce6b0920ee7.zip
remove whitespace in imports
Diffstat (limited to 'gui/widget/output.go')
-rw-r--r--gui/widget/output.go3
1 files changed, 1 insertions, 2 deletions
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"