lint: remove redundant return

This commit is contained in:
Christoph Hartmann 2015-12-11 15:07:17 +01:00
parent 6badbf4dc9
commit b2c457cf22

View file

@ -26,7 +26,7 @@ class RegistryKey < Inspec.resource(1)
reg_key ||= name
@name = name
@reg_key = reg_key
return skip_resource 'The `registry_key` resource is not supported on your OS yet.'
skip_resource 'The `registry_key` resource is not supported on your OS yet.'
end
def exists?