Clean up plugin

Just whitespace. ;)
This commit is contained in:
William Vu 2017-07-24 17:26:39 -05:00
parent b66119b0d5
commit f77554f3dc
1 changed files with 1 additions and 3 deletions

View File

@ -23,7 +23,7 @@ class Plugin::EventRSS < Msf::Plugin
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]
@ -118,5 +118,3 @@ class Plugin::EventRSS < Msf::Plugin
end
end