Skip to content

Commit 2a67681

Browse files
rubocopy
1 parent 0713710 commit 2a67681

2 files changed

Lines changed: 3 additions & 4 deletions

File tree

app/models/concerns/asset_data.rb

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,8 @@ def auth_bypass_ids
2727
return [] if auth_bypass_id.blank?
2828

2929
[auth_bypass_id]
30-
31-
rescue NoMethodError
32-
[]
30+
rescue NoMethodError
31+
[]
3332
end
3433

3534
def access_limitation_organisation_ids

app/uploaders/whitehall_uploader.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,5 @@ def active_version_names
3030
# active_versions is protected, so it can only be called by subclasses
3131
# it returns an array of [key, value] pairs, and we want the keys
3232
active_versions.map(&:first)
33-
end
33+
end
3434
end

0 commit comments

Comments
 (0)