Skip to content

Commit

Permalink
Autocorrect rubocop updates
Browse files Browse the repository at this point in the history
  • Loading branch information
jcoyne committed Jan 16, 2024
1 parent 9df0930 commit 5765a7f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/traject/bibtex_reader.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ def initialize(input_stream, settings)
end

# @return [BibTeX::Entry]
def each(&block)
bibliography.bibliography.each(&block)
def each(...)
bibliography.bibliography.each(...)
end

def count
Expand Down

0 comments on commit 5765a7f

Please sign in to comment.