Skip to content

Commit 60f5059

Browse files
committed
indent
1 parent 24b6956 commit 60f5059

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pythonapp.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ jobs:
3232
name: Tests
3333
runs-on: ubuntu-latest
3434
strategy:
35-
matrix:
36-
python-version: [3.7, 3.8, 3.9]
35+
matrix:
36+
python-version: [3.7, 3.8, 3.9]
3737
steps:
3838
- uses: actions/checkout@v2
3939
- name: Set up Python ${{ matrix.python-version }}

0 commit comments

Comments
 (0)