Skip to content

Commit

Permalink
Add empty new lines for yapf files
Browse files Browse the repository at this point in the history
Files used by yapf do not have empty lines at the end, so add them.
  • Loading branch information
dancesWithMachines committed Dec 19, 2023
1 parent 5d5c8d0 commit f4e862b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/yapf_check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ jobs:
- name: run YAPF to test if python code is correctly formatted
uses: AlexanderMelde/yapf-action@master
with:
args: --verbose
args: --verbose
2 changes: 1 addition & 1 deletion .style.yapf
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[style]
use_tabs = 0
indent_width = 4
indent_width = 4

0 comments on commit f4e862b

Please sign in to comment.