summaryrefslogtreecommitdiff
path: root/gui.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-09-21 23:22:53 -0500
committerJeff Carr <[email protected]>2025-09-21 23:22:53 -0500
commit1dbf1a561b092658416e1a3b0c59ba6b057bad07 (patch)
tree0b3f847cc908775cc5a54b53b0ed8260dbabdffb /gui.go
parent3c096fec0f341f88fa614ef72b05a849e59a3cf3 (diff)
attempt to autocomplete --guiv0.0.11v0.0.10
Diffstat (limited to 'gui.go')
-rw-r--r--gui.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/gui.go b/gui.go
index 97137e6..8ea20d7 100644
--- a/gui.go
+++ b/gui.go
@@ -86,7 +86,6 @@ func Gui() *GuiPrep {
prepGui = new(GuiPrep)
prepGui.rootn = gui.PreInit(postMustParse)
-
return prepGui
}