appease Rubocop

This commit is contained in:
Frank Taillandier 2017-01-14 20:01:41 +01:00
parent 44324828b4
commit 5d52074d2d
1 changed files with 1 additions and 2 deletions

View File

@ -2,7 +2,6 @@ module Jekyll
class Dummy < Generator
priority :high
def generate(site)
end
def generate(site) end
end
end