From 6a20de8d5a95aee8f78a615efe576f266777d791 Mon Sep 17 00:00:00 2001 From: Masanori Kado Date: Sat, 12 Dec 2020 20:43:37 +0900 Subject: [PATCH] Fix rubocop offence --- lib/review/book/bibliography.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/review/book/bibliography.rb b/lib/review/book/bibliography.rb index bd7dc725a..e4601db26 100644 --- a/lib/review/book/bibliography.rb +++ b/lib/review/book/bibliography.rb @@ -47,7 +47,6 @@ def ref(key) def list @citeproc.bibliography.join end - end end end