From 92bec4bb96d857f027068fc56af46c76c484fd50 Mon Sep 17 00:00:00 2001 From: Lamont Granquist Date: Fri, 19 Feb 2016 09:28:33 -0800 Subject: flip multiline function arguments around no enforced trailing comma on arguments... --- lib/chef/resource.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/chef/resource.rb') diff --git a/lib/chef/resource.rb b/lib/chef/resource.rb index 032effe4db..21b2308688 100644 --- a/lib/chef/resource.rb +++ b/lib/chef/resource.rb @@ -173,7 +173,7 @@ class Chef arg.each do |action| validate( { action: action }, - { action: { kind_of: Symbol, equal_to: allowed_actions } }, + { action: { kind_of: Symbol, equal_to: allowed_actions } } ) end @action = arg -- cgit v1.2.1