Skip to content

Commit

Permalink
fixing linting issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Azoam committed Nov 10, 2022
1 parent fbe198e commit 2441e91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dogfood/client/dogfood_client.go
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ func main() {
printAndLog(fmt.Sprintf("connecting to %v...\n", serverAddr))

var opts []grpc.DialOption

opts = append(opts, grpc.WithInsecure())
opts = append(opts, grpc.WithBlock())

Expand Down

0 comments on commit 2441e91

Please sign in to comment.