Removed empty line

This commit is contained in:
erwanlr
2013-04-13 22:38:15 +02:00
parent 5acaff356f
commit c570c1798a

View File

@@ -8,7 +8,6 @@ class WpUsers < WpItems
# #
# @return [ void ] # @return [ void ]
def output(options = {}) def output(options = {})
rows = [] rows = []
headings = ['Id', 'Name'] headings = ['Id', 'Name']
headings << 'Password' if options[:show_password] headings << 'Password' if options[:show_password]