Remove extra whitespace on markup_helper.rb

This commit is contained in:
James Lopez 2018-11-02 15:10:41 +00:00
parent ccb706d346
commit 0846e8a6f5
1 changed files with 1 additions and 1 deletions

View File

@ -59,6 +59,6 @@ module Gitlab
def plain_filename?(filename)
PLAIN_FILENAMES.include?(filename.downcase)
end
end
end
end