Skip to content

Commit

Permalink
style: rubocop
Browse files Browse the repository at this point in the history
  • Loading branch information
bethesque committed Oct 12, 2021
1 parent 3dbfea6 commit 183a77b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down

0 comments on commit 183a77b

Please sign in to comment.