From c570c1798a7e8bb1daee1562f87aa030de4e09c4 Mon Sep 17 00:00:00 2001 From: erwanlr Date: Sat, 13 Apr 2013 22:38:15 +0200 Subject: [PATCH] Removed empty line --- lib/common/collections/wp_users/output.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/common/collections/wp_users/output.rb b/lib/common/collections/wp_users/output.rb index 694fd510..13cb3fa3 100644 --- a/lib/common/collections/wp_users/output.rb +++ b/lib/common/collections/wp_users/output.rb @@ -8,7 +8,6 @@ class WpUsers < WpItems # # @return [ void ] def output(options = {}) - rows = [] headings = ['Id', 'Name'] headings << 'Password' if options[:show_password]