From 6fb14d5815d57d47293440d1b757c2783c624a29 Mon Sep 17 00:00:00 2001 From: Tobias Jungel <tobias.jungel@gmail.com> Date: Thu, 8 Apr 2021 00:04:34 +0200 Subject: [PATCH] refactor(networkd/template): remove empty lines with spaces --- systemd/networkd/templates/profile.jinja | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/systemd/networkd/templates/profile.jinja b/systemd/networkd/templates/profile.jinja index 1298fb0..3789f64 100644 --- a/systemd/networkd/templates/profile.jinja +++ b/systemd/networkd/templates/profile.jinja @@ -16,7 +16,7 @@ {%- endfor -%} {%- endif -%} {%- endfor %} - {% endfor %} + {%- endfor %} {%- endmacro -%} # This file is managed by Salt via {{ source }} -- GitLab