Skip to content
Snippets Groups Projects
Commit ea935a39 authored by Attila Farkas's avatar Attila Farkas
Browse files

removed redundant newline before ends

parent 73570429
No related branches found
No related tags found
1 merge request!1Devel
......@@ -16,8 +16,7 @@ Vagrant.configure("2") do |config|
# device: {{ name }}
config.vm.define "{{ name }}" do |device|
{{ printAttributes(name) }}
end
{{ printAttributes(name) }} end
{% endfor %}
end
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment