From 183a77b060426f36b8a96e003f14524d1f616a2c Mon Sep 17 00:00:00 2001 From: Beth Skurrie Date: Tue, 12 Oct 2021 15:31:11 +1100 Subject: [PATCH] style: rubocop --- .../api/decorators/pacts_for_verification_query_decorator.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/pact_broker/api/decorators/pacts_for_verification_query_decorator.rb b/lib/pact_broker/api/decorators/pacts_for_verification_query_decorator.rb index 5aa7796ea..3679c9420 100644 --- a/lib/pact_broker/api/decorators/pacts_for_verification_query_decorator.rb +++ b/lib/pact_broker/api/decorators/pacts_for_verification_query_decorator.rb @@ -21,7 +21,7 @@ class PactsForVerificationQueryDecorator < BaseDecorator represented.branch = fragment represented.latest = true } - property :matching_branch, setter: -> (fragment:, represented:, **other) { + property :matching_branch, setter: -> (fragment:, represented:, **) { represented.matching_branch = fragment represented.latest = true }