Skip to content

Commit

Permalink
Remove whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
moraygrieve committed Aug 13, 2024
1 parent 50b0d53 commit 61c61ba
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 on http://%s:%d \n", cfg.Host, cfg.HTTPPort)
fmt.Printf("💡 Faucet started on http://%s:%d\n", cfg.Host, cfg.HTTPPort)

// Create a channel to receive signals
signalCh := make(chan os.Signal, 1)

Expand Down

0 comments on commit 61c61ba

Please sign in to comment.