Skip to content

Commit

Permalink
Add newline at the end of file
Browse files Browse the repository at this point in the history
  • Loading branch information
ocelotl committed Jul 10, 2024
1 parent 1a107bc commit b092501
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -164,3 +164,4 @@ def generate_contrib_workflows():
jobs=get_test_jobs(tox_ini_path)
)
)
test_yml_file.write("\n")
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7895,4 +7895,4 @@ jobs:
run: pip install tox

- name: Run tests
run: tox -e pypy3-test-util-http -- -ra
run: tox -e pypy3-test-util-http -- -ra

0 comments on commit b092501

Please sign in to comment.