Skip to content

Commit

Permalink
Add space after comma
Browse files Browse the repository at this point in the history
  • Loading branch information
eshitachandwani authored Dec 10, 2024
1 parent e9598a5 commit 79cf598
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/features/gracefulstop/client/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ func main() {
}
unaryRequests++
time.Sleep(200 * time.Millisecond)
log.Printf("%s",r.Message)
log.Printf("%s", r.Message)
}
log.Printf("Successful unary requests made by client: %d", unaryRequests)

Expand Down

0 comments on commit 79cf598

Please sign in to comment.