Skip to content

Commit b3b07ba

Browse files
authored
Merge pull request #152 from dtolnay/trailingwhitespace
Clean up trailing whitespace from PR 145
2 parents 3038d43 + 6ff96e9 commit b3b07ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ runs:
8484
fi
8585
if: runner.os == 'Windows'
8686
shell: bash
87-
87+
8888
- name: rustup toolchain install ${{steps.parse.outputs.toolchain}}
8989
run: rustup toolchain install ${{steps.parse.outputs.toolchain}}${{steps.flags.outputs.targets}}${{steps.flags.outputs.components}} --profile minimal${{steps.flags.outputs.downgrade}} --no-self-update
9090
shell: bash

0 commit comments

Comments
 (0)