Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Lopez <james@gitlab.com>2018-11-02 18:10:41 +0300
committerJames Lopez <james@gitlab.com>2018-11-02 18:10:41 +0300
commit0846e8a6f59c6a3a04adb935eba70f0187c48c7e (patch)
tree889be4deb51e0d1b169ce1c1a8fd2ae4ec09ca34 /lib/gitlab/markup_helper.rb
parentccb706d3466e9643164a86dfd96f582b42926bc6 (diff)
Remove extra whitespace on markup_helper.rb
Diffstat (limited to 'lib/gitlab/markup_helper.rb')
-rw-r--r--lib/gitlab/markup_helper.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/gitlab/markup_helper.rb b/lib/gitlab/markup_helper.rb
index e4e90d1d448..d419fa66e57 100644
--- a/lib/gitlab/markup_helper.rb
+++ b/lib/gitlab/markup_helper.rb
@@ -59,6 +59,6 @@ module Gitlab
def plain_filename?(filename)
PLAIN_FILENAMES.include?(filename.downcase)
- end
+ end
end
end