From 0c885d1d847a3f6a12a3596375e4aadbcd61cb4b Mon Sep 17 00:00:00 2001 From: Beth Skurrie Date: Wed, 21 Feb 2024 16:54:07 +1100 Subject: [PATCH] style: whitespace --- lib/pact_broker/matrix/matrix_row.rb | 1 - lib/pact_broker/matrix/resolved_selector.rb | 1 - 2 files changed, 2 deletions(-) diff --git a/lib/pact_broker/matrix/matrix_row.rb b/lib/pact_broker/matrix/matrix_row.rb index abf66a3e3..8a00da013 100644 --- a/lib/pact_broker/matrix/matrix_row.rb +++ b/lib/pact_broker/matrix/matrix_row.rb @@ -55,7 +55,6 @@ class Verification < Sequel::Model(Sequel.as(:latest_verification_id_for_pact_ve Sequel[:v][:verification_id], Sequel[:v][:provider_version_id], Sequel[:v][:provider_version_created_at] - ] # Must be kept in sync with PactBroker::Matrix::EveryRow diff --git a/lib/pact_broker/matrix/resolved_selector.rb b/lib/pact_broker/matrix/resolved_selector.rb index ad7051a83..e490aa284 100644 --- a/lib/pact_broker/matrix/resolved_selector.rb +++ b/lib/pact_broker/matrix/resolved_selector.rb @@ -11,7 +11,6 @@ module PactBroker module Matrix class ResolvedSelector < Hash - using PactBroker::HashRefinements # A version ID of -1 will not match any rows, which is what we want to ensure that