Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
skosito committed Mar 8, 2024
1 parent b19c865 commit 6a75080
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/zetae2e/setup_bitcoin.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ func NewSetupBitcoinCmd() *cobra.Command {
return cmd
}

func runSetupBitcoin(cmd *cobra.Command, args []string) error {
func runSetupBitcoin(_ *cobra.Command, args []string) error {
// read the config file
conf, err := config.ReadConfig(args[0])
if err != nil {
Expand Down

0 comments on commit 6a75080

Please sign in to comment.