Skip to content

Commit

Permalink
rubocop fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
peetucket committed Oct 21, 2024
1 parent 7c88861 commit cb78601
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion script/faculty_citation_report.rb
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,8 @@ def citation_search(input_file, output_file)
puts "\"#{user[:author]}\",#{error}"
csv << [user[:author], error]
end
end; nil
end
nil
end
end

Expand Down

0 comments on commit cb78601

Please sign in to comment.