aboutsummaryrefslogtreecommitdiffstats
path: root/gui/widget/image.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/image.go
parent15c9618700dc681e6b94e83a1aaeea6cbcd0c2c2 (diff)
downloadvolute-39c1d74160b268cf8b573b3c0d5e5ce6b0920ee7.zip
remove whitespace in imports
Diffstat (limited to 'gui/widget/image.go')
-rw-r--r--gui/widget/image.go3
1 files changed, 1 insertions, 2 deletions
diff --git a/gui/widget/image.go b/gui/widget/image.go
index daf76aa..a7041fe 100644
--- a/gui/widget/image.go
+++ b/gui/widget/image.go
@@ -1,11 +1,10 @@
package widget
import (
- "sync"
-
xdraw "golang.org/x/image/draw"
"image"
"image/draw"
+ "sync"
"volute/gui"
"volute/gui/win"