diff options
Diffstat (limited to 'lib/banzai/reference_extractor.rb')
-rw-r--r-- | lib/banzai/reference_extractor.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/banzai/reference_extractor.rb b/lib/banzai/reference_extractor.rb index 3fc3ae02088..66a4375746d 100644 --- a/lib/banzai/reference_extractor.rb +++ b/lib/banzai/reference_extractor.rb @@ -8,7 +8,7 @@ module Banzai end def analyze(text, context = {}) - @texts_and_contexts << { text: text, context: context } + @texts_and_contexts << {text: text, context: context} end def references(type, project, current_user = nil) |