Skip to content

Commit bf5b4d6

Browse files
committed
fix(manage.sls): fix salt-lint errors
```bash Examining postgres/manage.sls of type state [201] Trailing whitespace postgres/manage.sls:57 [201] Trailing whitespace postgres/manage.sls:67 ```
1 parent e546fc3 commit bf5b4d6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

postgres/manage.sls

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ postgres-reload-modules:
5454
{%- if 'schema' in extension and 'schemas' in postgres %}
5555
- postgres_schema: postgres_schema-{{ name }}-{{ extension.schema }}
5656
{%- endif %}
57-
57+
5858
{%- endfor %}
5959
{%- endif %}
6060
{%- if 'schemas' in db %}
@@ -64,7 +64,7 @@ postgres-reload-modules:
6464
{{ format_state( name + '-' + schema_name, 'postgres_schema', schema) }}
6565
- require:
6666
- postgres_database: postgres_database-{{ name }}
67-
67+
6868
{%- endfor %}
6969
{%- endif %}
7070

0 commit comments

Comments
 (0)