1
0
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:
Ruben S. Montero 2023-02-07 07:47:29 +01:00
parent 90aac4b5f3
commit 496ac20e0a
No known key found for this signature in database
GPG Key ID: A0CEA6FA880A1D87

View File

@ -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