1
0
mirror of https://github.com/certbot/certbot.git synced 2026-01-26 07:41:33 +03:00

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

View File

@@ -15,4 +15,4 @@ schedules:
jobs:
- template: templates/tests-suite.yml
- template: templates/installer-tests.yml
- template: templates/installer-tests.yml

View File

@@ -8,4 +8,4 @@ pr:
- master
jobs:
- template: templates/tests-suite.yml
- template: templates/tests-suite.yml

View File

@@ -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