Fixes typo

This commit is contained in:
Thomas Schönauer
2022-11-25 18:44:36 +00:00
committed by GitHub
parent 3c1dda0c39
commit 526c4c9a58

View File

@@ -22,7 +22,7 @@ jobs:
- name: Setup Rust - name: Setup Rust
uses: dtolnay/rust-toolchain@master uses: dtolnay/rust-toolchain@master
with: with:
toolchain: '${{ env.RUST_VER }} toolchain: '${{ env.RUST_VER }}'
components: rustfmt components: rustfmt
- name: Run cargo fmt - name: Run cargo fmt