Add final newlines to files. (#7432)

More conventional and makes it nicer when doing things like running cat to quickly look at the file like I was doing when I noticed this.
This commit is contained in:
Brad Warren
2019-10-08 16:16:04 -07:00
committed by GitHub
parent c1f4b86d34
commit f755cfef48
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -15,4 +15,4 @@ schedules:
jobs:
- template: templates/tests-suite.yml
- template: templates/installer-tests.yml
- template: templates/installer-tests.yml
+1 -1
View File
@@ -8,4 +8,4 @@ pr:
- master
jobs:
- template: templates/tests-suite.yml
- template: templates/tests-suite.yml
@@ -28,4 +28,4 @@ jobs:
- script: |
set PATH=%ProgramFiles(x86)%\Certbot\bin;%PATH%
venv\Scripts\python -m pytest certbot-ci\certbot_integration_tests\certbot_tests -n 4
displayName: Run integration tests
displayName: Run integration tests