Fix indentation in the template

This commit is contained in:
Sergey Abramchuk
2018-09-27 16:41:22 +03:00
parent 35bfc67ad5
commit 6d43d16575

View File

@@ -13,6 +13,8 @@ struct VPNProfile {
static let password = "<%= OPENVPN_PASSWORD %>"
static let configuration = """
<%= OPENVPN_CONFIGURATION %>
<% OPENVPN_CONFIGURATION.each_line do |line| %>
<%= line %>
<% end %>
"""
}