Skip to content

Commit

Permalink
fix: remove unnecessary whitespace control signs
Browse files Browse the repository at this point in the history
  • Loading branch information
raymond-u committed Mar 15, 2024
1 parent 6dc3f6c commit 689d87e
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,13 @@
errors:
- handler: json
{% endset %}
{% set APPS_WITH_RULES -%}
{% for plugin_output in plugin_outputs -%}
{% set APPS_WITH_RULES %}
{% for plugin_output in plugin_outputs %}
{% if plugins[plugin_output.config.name].enabled and plugin_output.oathkeeper_rules -%}
{{ plugin_output.config.name }}{{ '|' if not loop.last }}
{%- endif %}
{%- endfor %}
{%- endset %}
{% endfor %}
{% endset %}

- id: apps
match:
Expand Down

0 comments on commit 689d87e

Please sign in to comment.