aboutsummaryrefslogtreecommitdiffstats
path: root/gui/widget/tree.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/tree.go
parent15c9618700dc681e6b94e83a1aaeea6cbcd0c2c2 (diff)
downloadvolute-39c1d74160b268cf8b573b3c0d5e5ce6b0920ee7.zip
remove whitespace in imports
Diffstat (limited to 'gui/widget/tree.go')
-rw-r--r--gui/widget/tree.go3
1 files changed, 1 insertions, 2 deletions
diff --git a/gui/widget/tree.go b/gui/widget/tree.go
index 25ecb2e..14d7b9d 100644
--- a/gui/widget/tree.go
+++ b/gui/widget/tree.go
@@ -1,10 +1,9 @@
package widget
import (
- "sync"
-
"image"
"image/color"
+ "sync"
"volute/gui"
"volute/gui/layout"