docker-formula
docker-formula copied to clipboard
Fix unnecessary JINJA indentation in State files
PR progress checklist (to be filled in by reviewers)
- [x] Changes to documentation are appropriate (or tick if not required)
- [x] Changes to tests are appropriate (or tick if not required)
- [ ] Reviews completed
What type of PR is this?
- [x ]
[refactor]
A code change that neither fixes a bug nor adds a feature - [x ]
[docs]
Documentation changes
Does this PR introduce a BREAKING CHANGE
?
No.
Related issues and/or pull requests
N/A
Describe the changes you're proposing
This fixes unnecessary JINJA indentation in State files (that are typically indented after the import statement), for easier readability. Additionally, whitespace changes in JINJA indentation should not cause rendering issues