diff --git a/templates/crontabs/template.twig b/templates/crontabs/template.twig
index 2f08daada2efc4b4ee43d591eb95bf74dcd30c04..f68fe184af60bb83ad492c64c61158febbea6160 100644
--- a/templates/crontabs/template.twig
+++ b/templates/crontabs/template.twig
@@ -1,3 +1,3 @@
 {% for line in loopoptions|default([]) %}
-  {{ line|raw }}
+{{ line|raw }}
 {% endfor %}