Skip to content

Commit

Permalink
Auto-correct Rubocop offenses
Browse files Browse the repository at this point in the history
  • Loading branch information
smortex committed Jul 14, 2023
1 parent d161413 commit 8794ec0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/puppet-lint/plugins/check_parameter_documentation.rb
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ def check
private

def type_str(idx)
idx[:type] == :CLASS ? 'class' : 'defined type'
(idx[:type] == :CLASS) ? 'class' : 'defined type'
end

def extract_params(idx)
Expand Down

0 comments on commit 8794ec0

Please sign in to comment.