diff --git a/salt/idstools/etc/disable.conf b/salt/idstools/etc/disable.conf index 33f7e0ae6..ff7197360 100644 --- a/salt/idstools/etc/disable.conf +++ b/salt/idstools/etc/disable.conf @@ -12,4 +12,4 @@ {%- for sid in disabled_sids %} {{ sid }} -{% endfor -%} \ No newline at end of file +{%- endfor %} \ No newline at end of file diff --git a/salt/idstools/etc/enable.conf b/salt/idstools/etc/enable.conf index 36f95fbc4..c16b25986 100644 --- a/salt/idstools/etc/enable.conf +++ b/salt/idstools/etc/enable.conf @@ -12,4 +12,4 @@ {%- for sid in enabled_sids %} {{ sid }} -{% endfor -%} \ No newline at end of file +{%- endfor %} \ No newline at end of file