Skip to content

Commit

Permalink
style: Add empty line after guard clause
Browse files Browse the repository at this point in the history
  • Loading branch information
DirtyF committed Oct 8, 2018
1 parent 3e46607 commit 7ad09d4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/jekyll-feed/generator.rb
Expand Up @@ -13,6 +13,7 @@ def generate(site)
(meta["categories"] + [nil]).each do |category|
path = feed_path(:collection => name, :category => category)
next if file_exists?(path)

@site.pages << make_page(path, :collection => name, :category => category)
end
end
Expand Down

0 comments on commit 7ad09d4

Please sign in to comment.