Skip to content

Commit

Permalink
style: whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
bethesque committed Oct 29, 2019
1 parent 14461dc commit 979dc6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion db/ddl_statements/latest_pact_consumer_version_orders.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ def latest_pact_consumer_version_orders_v2(connection = nil)
connection.from(view)
.select_group(:provider_id, :consumer_id)
.select_append{ max(order).as(latest_consumer_version_order) }
.join(:versions, { Sequel[:lp][:consumer_version_id] => Sequel[:cv][:id]}, { table_alias: :cv} )
.join(:versions, { Sequel[:lp][:consumer_version_id] => Sequel[:cv][:id]}, { table_alias: :cv } )
end

0 comments on commit 979dc6b

Please sign in to comment.