Skip to content

Commit 91f19ce

Browse files
committed
fix: dead instruction
1 parent 42fa0df commit 91f19ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/view/view.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ var tree = tview.NewTreeView().
3333
var flex = tview.NewFlex()
3434
var text = tview.NewTextView().
3535
SetTextColor(tcell.ColorOrangeRed).
36-
SetText("(t) to change theme | (q) to quit")
36+
SetText("(q) to quit")
3737

3838
// Create the view
3939
func Create() {

0 commit comments

Comments
 (0)