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
This commit is contained in:
Jesse Pretorius 2017-05-26 14:45:36 +01:00 committed by Jesse Pretorius (odyssey4me)
parent 8120853dbd
commit fdb2e962ec

View File

@ -29,3 +29,4 @@ if [ $(findmnt /var/lib/lxd -o FSTYPE -n) == "btrfs" ]; then
fi
{% endif %}