Skip to content

Commit 24e5109

Browse files
authored
Fix indentation (#16158)
1 parent c41bfb3 commit 24e5109

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
- name: Use Python 3.6 for JediLSP
6060
uses: actions/setup-python@v2
6161
with:
62-
python-version: 3.6
62+
python-version: 3.6
6363

6464
- name: Build VSIX
6565
uses: ./.github/actions/build-vsix

0 commit comments

Comments
 (0)