Skip to content

Commit

Permalink
Correct print output
Browse files Browse the repository at this point in the history
  • Loading branch information
moraygrieve committed Aug 9, 2024
1 parent 3846fa5 commit 50b0d53
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/faucet/cmd/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ func main() {
if err != nil {
panic(err)
}
fmt.Printf("💡 Faucet started - visit http://%s/viewingkeys/ to generate an ephemeral viewing key.\n", cfg.Host)

fmt.Printf("💡 Faucet started on http://%s:%d \n", cfg.Host, cfg.HTTPPort)

Check failure on line 33 in tools/faucet/cmd/main.go

View workflow job for this annotation

GitHub Actions / lint

File is not `goimports`-ed (goimports)
// Create a channel to receive signals
signalCh := make(chan os.Signal, 1)

Expand Down

0 comments on commit 50b0d53

Please sign in to comment.