about summary refs log tree commit diff
path: root/app/lib/extractor.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/lib/extractor.rb')
-rw-r--r--app/lib/extractor.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/lib/extractor.rb b/app/lib/extractor.rb
index 738ec89a0..479689d60 100644
--- a/app/lib/extractor.rb
+++ b/app/lib/extractor.rb
@@ -32,7 +32,7 @@ module Extractor
     possible_entries
   end
 
-  def extract_hashtags_with_indices(text, _options = {})
+  def extract_hashtags_with_indices(text, **)
     return [] unless text =~ /#/
 
     tags = []