Skip to content

Commit 0c2de35

Browse files
formatting
1 parent 104ccf8 commit 0c2de35

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/ci_test_go.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
with:
4646
port: 8000
4747
cors: "*"
48-
48+
4949
- name: Support longpaths
5050
run: |
5151
git config --global core.longpaths true
@@ -68,7 +68,7 @@ jobs:
6868

6969
- name: Create temporary global.json
7070
run: echo '{"sdk":{"rollForward":"latestFeature","version":"6.0.0"}}' > ./global.json
71-
71+
7272
- name: Setup Java 17 for codegen
7373
uses: actions/setup-java@v3
7474
with:
@@ -104,7 +104,7 @@ jobs:
104104
run: |
105105
git submodule update --init --recursive submodules/smithy-dafny
106106
git submodule update --init --recursive submodules/MaterialProviders
107-
107+
108108
- name: Install Smithy-Dafny codegen dependencies
109109
uses: ./.github/actions/install_smithy_dafny_codegen_dependencies
110110

@@ -121,14 +121,14 @@ jobs:
121121
working-directory: ./${{ matrix.library }}
122122
run: |
123123
make polymorph_go
124-
124+
125125
- name: Copy ${{ matrix.library }} Vector Files
126126
if: ${{ matrix.library == 'TestVectors' }}
127127
shell: bash
128128
working-directory: ./${{ matrix.library }}
129129
run: |
130130
cp runtimes/java/*.json runtimes/go/TestsFromDafny-go/
131-
131+
132132
- name: Test ${{ matrix.library }}
133133
working-directory: ./${{ matrix.library }}
134134
run: |

0 commit comments

Comments
 (0)