Removed empty line
This commit is contained in:
@@ -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]
|
||||||
|
|||||||
Reference in New Issue
Block a user