Skip to content

Commit 663c946

Browse files
committed
Appease linter
1 parent 1e02911 commit 663c946

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/adapters/grpc/echo_service.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ class EchoStubReturnOp < EchoStub
6262
# https://github.com/grpc/grpc/blob/v1.46.3/src/ruby/lib/grpc/generic/service.rb#L157-L159
6363
def initialize(host, creds, **kw)
6464
@default_metadata = { return_op: true }
65-
super(host, creds, **kw)
65+
super
6666
end
6767

6868
# https://github.com/grpc/grpc/blob/v1.46.3/src/ruby/lib/grpc/generic/service.rb#L168-L188

0 commit comments

Comments
 (0)