Fix accidental unicode character
diff --git a/sensu/files/check.json b/sensu/files/check.json
index 91b6a12..63502fd 100644
--- a/sensu/files/check.json
+++ b/sensu/files/check.json
@@ -47,7 +47,7 @@
{%- if check.get('timeout', 300) %}
"timeout": {{ check.get('timeout', 300) }},
{%- endif %}
- {%₋ if check.low_flap_threshold is defined %}
+ {%- if check.low_flap_threshold is defined %}
"low_flap_threshold": {{ check.low_flap_threshold }},
"high_flap_threshold": {{ check.high_flap_threshold }},
{%- endif %}