Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
yzang2019 committed Dec 4, 2024
1 parent 6565b17 commit 5024227
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/tendermint/commands/rollback.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ package commands

import (
"fmt"
"github.com/tendermint/tendermint/internal/state"

"github.com/spf13/cobra"

"github.com/tendermint/tendermint/config"
"github.com/tendermint/tendermint/internal/state"
)

var removeBlock bool = false
Expand Down

0 comments on commit 5024227

Please sign in to comment.