From fdb2e962ec42b226d9b355eb6fdffd5ddda2e19b Mon Sep 17 00:00:00 2001 From: Jesse Pretorius Date: Fri, 26 May 2017 14:45:36 +0100 Subject: [PATCH] Fix lint failure E004 This patch fixes the following lint failure: [E] E004: File did not end with a newline in templates/lxd-init.sh.j2 : L31 Change-Id: I0c7d361d8ef800c81c000a82a0f68c7922a5288b --- templates/lxd-init.sh.j2 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/templates/lxd-init.sh.j2 b/templates/lxd-init.sh.j2 index 0f9f835a..0f77703e 100644 --- a/templates/lxd-init.sh.j2 +++ b/templates/lxd-init.sh.j2 @@ -28,4 +28,5 @@ if [ $(findmnt /var/lib/lxd -o FSTYPE -n) == "btrfs" ]; then systemctl restart lxd fi -{% endif %} \ No newline at end of file +{% endif %} +