Skip to content

Commit

Permalink
Run gofumpt on the code
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacalz committed Jan 4, 2025
1 parent a87d786 commit 2d5d867
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion internal/ui/components/stack.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ func (n *StackNavigator) Next() {
// This allows viewes to move backwards through views without recreating each time.
func (n *StackNavigator) Previous() {
if n.current == 0 || len(n.stack) < 1 {

}

n.current--
Expand Down

0 comments on commit 2d5d867

Please sign in to comment.