summaryrefslogtreecommitdiff
path: root/lib/bundler/similarity_detector.rb
diff options
context:
space:
mode:
authorErick Sasse <esasse@gmail.com>2015-07-19 12:22:06 -0300
committerErick Sasse <esasse@gmail.com>2015-07-19 12:22:06 -0300
commit4c462af674aa9fd46ca5af32b755436f0d6598f6 (patch)
tree896cadfa03f2aa02b9b1044463859138822b36db /lib/bundler/similarity_detector.rb
parent1bedb85afd03d5d20c1eda1e1b387feaeda0c500 (diff)
downloadbundler-4c462af674aa9fd46ca5af32b755436f0d6598f6.tar.gz
Fix pending offenses
Diffstat (limited to 'lib/bundler/similarity_detector.rb')
-rw-r--r--lib/bundler/similarity_detector.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/bundler/similarity_detector.rb b/lib/bundler/similarity_detector.rb
index 2b90b266b4..26f69d30ce 100644
--- a/lib/bundler/similarity_detector.rb
+++ b/lib/bundler/similarity_detector.rb
@@ -16,7 +16,7 @@ module Bundler
# return the result of 'similar_words', concatenated into a list
# (eg "a, b, or c")
def similar_word_list(word, limit = 3)
- words = similar_words(word,limit)
+ words = similar_words(word, limit)
if words.length == 1
words[0]
elsif words.length > 1