From 67f2eedad1616dfdf6298aa11e5f7df447d39c37 Mon Sep 17 00:00:00 2001 From: m0duspwnens Date: Mon, 29 Jun 2020 16:11:30 -0400 Subject: [PATCH] cleanup whitespace in idstools enable/disable.conf --- salt/idstools/etc/disable.conf | 2 +- salt/idstools/etc/enable.conf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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