aboutsummaryrefslogtreecommitdiffstats
path: root/gui/widget/label.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/label.go
parent15c9618700dc681e6b94e83a1aaeea6cbcd0c2c2 (diff)
downloadvolute-39c1d74160b268cf8b573b3c0d5e5ce6b0920ee7.zip
remove whitespace in imports
Diffstat (limited to 'gui/widget/label.go')
-rw-r--r--gui/widget/label.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/widget/label.go b/gui/widget/label.go
index cc2010f..ed2d24c 100644
--- a/gui/widget/label.go
+++ b/gui/widget/label.go
@@ -1,9 +1,9 @@
package widget
import (
- "sync"
"image"
"image/draw"
+ "sync"
"volute/gui"
"volute/gui/text"