Skip to content

Commit

Permalink
adds EOL missed in some files
Browse files Browse the repository at this point in the history
  • Loading branch information
luispresuelVenafi committed Jun 7, 2024
1 parent 5ff3b88 commit dafcb20
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion aruba/features/support/azure_provider.rb
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,4 @@ def delete_azure_certificate(certificate_name)
rescue StandardError => e
puts "An error occurred: #{e.message}"
end
end
end
2 changes: 1 addition & 1 deletion aruba/features/support/http_utils.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ def handle_http_response(response)
else
puts "HTTP Error: #{response.message} (#{response.code})"
end
end
end

0 comments on commit dafcb20

Please sign in to comment.