Forgot parantheses

This commit is contained in:
Aaron Puchert
2013-12-03 17:21:43 +01:00
parent 53f29344f8
commit 86329a0758

View File

@@ -179,9 +179,9 @@ module Linguist
# names don't contain numbers. So look if the line contains digits. Also # names don't contain numbers. So look if the line contains digits. Also
# look for some special cases without version numbers. # look for some special cases without version numbers.
return creator =~ /[0-9]/ || return creator =~ /[0-9]/ ||
creator.include? "mpage" || creator.include?("mpage") ||
creator.include? "draw" || creator.include?("draw") ||
creator.include? "ImageMagick" creator.include?("ImageMagick")
end end
# Internal: Is the blob a C++, Java or Python source file generated by the # Internal: Is the blob a C++, Java or Python source file generated by the