Skip to content

Commit 1b508c4

Browse files
committed
fix
1 parent 12fe8ae commit 1b508c4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

internal/conn/conn.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -185,6 +185,7 @@ func makeDialOption(overrideHost string) []grpc.DialOption {
185185
if len(overrideHost) != 0 {
186186
dialOption = append(dialOption, grpc.WithAuthority(overrideHost))
187187
}
188+
188189
return dialOption
189190
}
190191

0 commit comments

Comments
 (0)