diff --git a/lib/puppet/type/hocon_setting.rb b/lib/puppet/type/hocon_setting.rb index 7924998..a0b82e7 100644 --- a/lib/puppet/type/hocon_setting.rb +++ b/lib/puppet/type/hocon_setting.rb @@ -64,7 +64,7 @@ unless value.is_a?(Hash) raise "Type specified as 'hash' but was #{value.class}" end - # when 'array_element', nil + when 'array_element', nil # rubocop:disable Lint/EmptyWhen # Do nothing, we'll figure it out on our own else raise "Type was specified as #{@resource[:type]}, but should have been one of 'boolean', 'string', 'text', 'number', 'array', or 'hash'"