Skip to content

Commit

Permalink
Appease linter
Browse files Browse the repository at this point in the history
  • Loading branch information
iandelahorne committed Aug 29, 2024
1 parent 1e02911 commit 663c946
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/adapters/grpc/echo_service.rb
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ class EchoStubReturnOp < EchoStub
# https://github.com/grpc/grpc/blob/v1.46.3/src/ruby/lib/grpc/generic/service.rb#L157-L159
def initialize(host, creds, **kw)
@default_metadata = { return_op: true }
super(host, creds, **kw)
super
end

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

0 comments on commit 663c946

Please sign in to comment.