mirror of https://github.com/grpc/grpc-go.git
gofmt -w
This commit is contained in:
parent
c321387fd9
commit
310ca08496
|
|
@ -99,7 +99,7 @@ type options struct {
|
|||
codec Codec
|
||||
cp Compressor
|
||||
dc Decompressor
|
||||
unaryInt UnaryServerInterceptor
|
||||
unaryInt UnaryServerInterceptor
|
||||
maxConcurrentStreams uint32
|
||||
useHandlerImpl bool // use http.Handler-based server
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1688,7 +1688,6 @@ func testCompressOK(t *testing.T, e env) {
|
|||
}
|
||||
}
|
||||
|
||||
|
||||
func TestUnaryServerInterceptor(t *testing.T) {
|
||||
defer leakCheck(t)()
|
||||
for _, e := range listTestEnv() {
|
||||
|
|
|
|||
Loading…
Reference in New Issue