Skip to content

Commit

Permalink
rubocop
Browse files Browse the repository at this point in the history
  • Loading branch information
terrywbrady committed Nov 15, 2024
1 parent b039c0b commit e8cdf01
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src-admintool/queries/producer_files_query.rb
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def get_sql
on f.inv_object_id = o.id and source = 'producer'
inner join inv.inv_versions v
on f.inv_version_id = v.id
left join
left join
(
select inv_object_ark, group_concat(local_id) as loc_id_agg
from inv.inv_localids
Expand Down Expand Up @@ -108,7 +108,7 @@ def get_sql
inv.inv_objects o
inner join billing.object_size os
on os.inv_object_id = o.id
left join
left join
(
select inv_object_ark, group_concat(local_id) as loc_id_agg
from inv.inv_localids
Expand Down

0 comments on commit e8cdf01

Please sign in to comment.