Skip to content

Commit d8a4e01

Browse files
committed
chore: lints
1 parent 2ad3ae0 commit d8a4e01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/layout/stack.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -628,7 +628,7 @@ func (s *Stack) Send(msg mux.Msg) {
628628
bottomBorderRow := numAbove + 1 + inner.Size.R
629629
belowStart := bottomBorderRow + 1
630630

631-
var leafIndex int = -1
631+
leafIndex := -1
632632
if clickRow < numAbove {
633633
// Clicked on a collapsed leaf above
634634
leafIndex = clickRow

0 commit comments

Comments
 (0)