Skip to content

Commit 3a7d08a

Browse files
authored
Autofix: trailing-spaces (#713)
Co-authored-by: Autofix <[email protected]>
1 parent 2491cca commit 3a7d08a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish-extensions.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
command: python --version
4444
- name: Set default global version
4545
run: |
46-
pyenv install 3.8
46+
pyenv install 3.8
4747
pyenv global 3.8
4848
- uses: actions/setup-java@v3
4949
with:

.github/workflows/validate-pr.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
command: python --version
2929
- name: Set default global version
3030
run: |
31-
pyenv install 3.8
31+
pyenv install 3.8
3232
pyenv global 3.8
3333
- run: EXTENSIONS=$(node diff-extensions) node publish-extensions
3434
env:

0 commit comments

Comments
 (0)