summaryrefslogtreecommitdiff
path: root/lib/chef/knife/core/text_formatter.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef/knife/core/text_formatter.rb')
-rw-r--r--lib/chef/knife/core/text_formatter.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/knife/core/text_formatter.rb b/lib/chef/knife/core/text_formatter.rb
index 5afdb6aaa9..6295d42ec2 100644
--- a/lib/chef/knife/core/text_formatter.rb
+++ b/lib/chef/knife/core/text_formatter.rb
@@ -42,7 +42,7 @@ class Chef
end
def text_format(data)
- buffer = ''
+ buffer = ""
if data.respond_to?(:keys)
justify_width = data.keys.map {|k| k.to_s.size }.max.to_i + 1