Skip to content
This repository was archived by the owner on Oct 16, 2025. It is now read-only.

Commit e8cdf01

Browse files
committed
rubocop
1 parent b039c0b commit e8cdf01

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src-admintool/queries/producer_files_query.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ def get_sql
2727
on f.inv_object_id = o.id and source = 'producer'
2828
inner join inv.inv_versions v
2929
on f.inv_version_id = v.id
30-
left join
30+
left join
3131
(
3232
select inv_object_ark, group_concat(local_id) as loc_id_agg
3333
from inv.inv_localids
@@ -108,7 +108,7 @@ def get_sql
108108
inv.inv_objects o
109109
inner join billing.object_size os
110110
on os.inv_object_id = o.id
111-
left join
111+
left join
112112
(
113113
select inv_object_ark, group_concat(local_id) as loc_id_agg
114114
from inv.inv_localids

0 commit comments

Comments
 (0)