Skip to content

Commit

Permalink
minor spacing change
Browse files Browse the repository at this point in the history
  • Loading branch information
davidcam-src authored Oct 18, 2024
1 parent f5224e8 commit de9634d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/overrides/jobs/attach_files_to_work_job_override.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

def perform(work, uploaded_files, **work_attributes)
uploaded_files.each do |uploaded_file|
# [hyc-override] check all files for viruses
# [hyc-override] check all files for viruses
virus_check!(uploaded_file)
end
original_perform(work, uploaded_files, **work_attributes)
Expand Down

0 comments on commit de9634d

Please sign in to comment.