Skip to content

Commit

Permalink
#153: Attempt to fix linter for purposefully ignoring error
Browse files Browse the repository at this point in the history
  • Loading branch information
sgerbino committed Nov 18, 2022
1 parent e4e5b2f commit 36557b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/cli/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ const (

func main() {
// Optionally load .env file
godotenv.Load()
_ = godotenv.Load()

// Setup command line options
rpcAddress := flag.StringP(rpcOption, "r", rpcDefault, "RPC server URL")
Expand Down

0 comments on commit 36557b5

Please sign in to comment.