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:
authorGabriel Mazetto <gabriel@gitlab.com>2016-08-06 04:44:39 +0300
committerGabriel Mazetto <gabriel@gitlab.com>2016-08-06 04:44:39 +0300
commit2aa2f52191b746df851853cf5fe9ce7249a70739 (patch)
treee83c10ce7fd52a6bf3b95594a2cc06bf4cb8d3fe /lib/banzai
parentaa49c20e81210d8b397287eb1ec10a29bcd2f132 (diff)
Enable Style/EmptyLinesAroundModuleBody cop
Diffstat (limited to 'lib/banzai')
-rw-r--r--lib/banzai/filter/video_link_filter.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/banzai/filter/video_link_filter.rb b/lib/banzai/filter/video_link_filter.rb
index fd8b9a6f0cc..0f86ae83f72 100644
--- a/lib/banzai/filter/video_link_filter.rb
+++ b/lib/banzai/filter/video_link_filter.rb
@@ -1,6 +1,5 @@
module Banzai
module Filter
-
# Find every image that isn't already wrapped in an `a` tag, and that has
# a `src` attribute ending with a video extension, add a new video node and
# a "Download" link in the case the video cannot be played.
@@ -54,6 +53,5 @@ module Banzai
container
end
end
-
end
end