Rubocop: Style/EmptyLines

This commit is contained in:
Pat Hawks 2016-01-03 17:14:41 -08:00
parent fd8fdd87d3
commit 4c5d77a4b5
5 changed files with 0 additions and 6 deletions

View File

@ -52,7 +52,6 @@ module Jekyll
end end
end end
def initialize(config) def initialize(config)
External.require_with_graceful_fail("redcarpet") External.require_with_graceful_fail("redcarpet")
@config = config @config = config

View File

@ -37,7 +37,6 @@ module Jekyll
@dir = dir @dir = dir
@name = name @name = name
process(name) process(name)
read_yaml(File.join(base, dir), name) read_yaml(File.join(base, dir), name)

View File

@ -62,7 +62,6 @@ module Jekyll
clear_cache clear_cache
end end
# Clear just the cache # Clear just the cache
# #
# Returns nothing # Returns nothing
@ -70,7 +69,6 @@ module Jekyll
@cache = {} @cache = {}
end end
# Checks if the source has been modified or the # Checks if the source has been modified or the
# destination is missing # destination is missing
# #

View File

@ -23,7 +23,6 @@ module Jekyll
end end
end end
def build_index def build_index
self.class.lsi ||= begin self.class.lsi ||= begin
lsi = ClassifierReborn::LSI.new(:auto_rebuild => false) lsi = ClassifierReborn::LSI.new(:auto_rebuild => false)

View File

@ -225,7 +225,6 @@ module Jekyll
template template
end end
# Work the same way as Dir.glob but seperating the input into two parts # Work the same way as Dir.glob but seperating the input into two parts
# ('dir' + '/' + 'pattern') to make sure the first part('dir') does not act # ('dir' + '/' + 'pattern') to make sure the first part('dir') does not act
# as a pattern. # as a pattern.