Correct indentation

This commit is contained in:
Philip Kristoffersen
2021-11-04 19:29:25 +01:00
parent 34419926c7
commit acc7436ede
+3 -3
View File
@@ -29,9 +29,9 @@ jobs:
steps:
- uses: actions/checkout@v1
- name: Install latest stable
uses: actions-rs/toolchain@v1
with:
toolchain: stable
uses: actions-rs/toolchain@v1
with:
toolchain: stable
- name: Rust Cache
id: rust_cache
uses: Swatinem/rust-cache@v1.3.0