Skip to content

Commit cb87842

Browse files
committed
disabling layout/eol
1 parent f3a8c23 commit cb87842

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/puppet/resource_api.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -545,6 +545,8 @@ def register_transport(schema)
545545
end
546546
module_function :register_transport # rubocop:disable Style/AccessModifierDeclarations
547547

548+
# rubocop:disable Layout/EndOfLine
549+
548550
def self.class_name_from_type_name(type_name)
549551
type_name.to_s.split('_').map(&:capitalize).join
550552
end

0 commit comments

Comments
 (0)