summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorS.Cavallo <smcavallo@hotmail.com>2018-03-09 10:58:14 -0500
committerTim Smith <tsmith@chef.io>2018-03-14 14:43:59 -0700
commitd57c676c9fef3344d0078a536cbd700a5b547f87 (patch)
tree78cba9c766cb4a66bbae3de1382560ab5b08a265
parent2ff88011d70c5c98bdc730965899d6551274678d (diff)
downloadohai-d57c676c9fef3344d0078a536cbd700a5b547f87.tar.gz
Fix for chefstyle -
spec/unit/plugins/cloud_spec.rb:454:31: C: Style/TrailingCommaInLiteral: Put a comma after the last item of a multiline hash. Signed-off-by: S.Cavallo <smcavallo@hotmail.com>
-rw-r--r--spec/unit/plugins/cloud_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/unit/plugins/cloud_spec.rb b/spec/unit/plugins/cloud_spec.rb
index cc693a7c..5f2b383d 100644
--- a/spec/unit/plugins/cloud_spec.rb
+++ b/spec/unit/plugins/cloud_spec.rb
@@ -463,7 +463,7 @@ describe Ohai::System, "plugin cloud" do
@plugin[:softlayer] = Mash.new
@plugin[:softlayer] = { "local_ipv4" => "192.168.0.1",
"public_ipv4" => "8.8.8.8",
- "public_fqdn" => "abc1234.public.com"
+ "public_fqdn" => "abc1234.public.com",
}
end