From 5765a7f2ef05edaf6a2574e8312bb39f6ca961a2 Mon Sep 17 00:00:00 2001 From: Justin Coyne Date: Tue, 16 Jan 2024 07:27:09 -0600 Subject: [PATCH] Autocorrect rubocop updates --- lib/traject/bibtex_reader.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/traject/bibtex_reader.rb b/lib/traject/bibtex_reader.rb index 9229c6d12..30caf2c2c 100644 --- a/lib/traject/bibtex_reader.rb +++ b/lib/traject/bibtex_reader.rb @@ -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