mirror of
https://github.com/inspec/inspec
synced 2024-11-11 15:37:09 +00:00
lint: remove redundant return
This commit is contained in:
parent
6badbf4dc9
commit
b2c457cf22
1 changed files with 1 additions and 1 deletions
|
@ -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?
|
||||
|
|
Loading…
Reference in a new issue