Skip to content

Commit 47d0cab

Browse files
committed
Remove trailing white spaces
1 parent d7abc4f commit 47d0cab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,10 +57,10 @@ jobs:
5757
-c opt
5858
$(bazel query 'kind(was.*_rust_binary, //test/test_data/...)')
5959
$(bazel query 'kind(_optimized_wasm_cc_binary, //test/test_data/...)')
60-
60+
6161
# Currently, in Github Action, "Bazel build step" creates `wasm_canary_check.wasm` directory as a temporal directory.
6262
# Since the name of this directory has "*.wasm" pattern, the step "Mangle build rules to use existing test data" fails.
63-
# So, here, we clear out the directories in test_data.
63+
# So, here, we clear out the directories in test_data.
6464
- name: Clean up test data
6565
shell: bash
6666
run: |

0 commit comments

Comments
 (0)