mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-23 22:50:09 +03:00
L #5591: Linting (line-length)
This commit is contained in:
parent
90aac4b5f3
commit
496ac20e0a
@ -786,6 +786,7 @@ module OpenNebula
|
||||
"#{net}-#{id}"
|
||||
end
|
||||
|
||||
# rubocop:disable Layout/LineLength
|
||||
def resolve_attributes(template)
|
||||
template['roles'].each do |role|
|
||||
if role['vm_template_contents']
|
||||
@ -831,6 +832,7 @@ module OpenNebula
|
||||
end
|
||||
end
|
||||
end
|
||||
# rubocop:enable Layout/LineLength
|
||||
|
||||
end
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user