Skip to content

Commit

Permalink
Clean up plugin
Browse files Browse the repository at this point in the history
Just whitespace. ;)
  • Loading branch information
wvu committed Jul 24, 2017
1 parent b66119b commit f77554f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions plugins/rssfeed.rb
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def generate_feed(newitem)
maker.channel.updated = Time.new.to_s
maker.channel.about = "https://metasploit.com"
maker.channel.title = "msfconsole rss feed"

items.each do |rssitem|
maker.items.new_item do |item|
item.link = rssitem[:link]
Expand Down Expand Up @@ -118,5 +118,3 @@ def desc

end
end


0 comments on commit f77554f

Please sign in to comment.