Skip to content

Commit 89827d6

Browse files
committed
Rubocop
1 parent ddb6190 commit 89827d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/protobuf/rpc/error.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ def encode(args = {})
1818
end
1919

2020
def to_response(args = {})
21-
::Protobuf::Socketrpc::Response.new({:error => message, :error_reason => error_type}.merge(args))
21+
::Protobuf::Socketrpc::Response.new({ :error => message, :error_reason => error_type }.merge(args))
2222
end
2323
end
2424
end

0 commit comments

Comments
 (0)