Skip to content

Commit 2441e91

Browse files
committed
fixing linting issues
1 parent fbe198e commit 2441e91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dogfood/client/dogfood_client.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ func main() {
154154
printAndLog(fmt.Sprintf("connecting to %v...\n", serverAddr))
155155

156156
var opts []grpc.DialOption
157-
157+
158158
opts = append(opts, grpc.WithInsecure())
159159
opts = append(opts, grpc.WithBlock())
160160

0 commit comments

Comments
 (0)