From acc7436ede2c721cfac3a1916993b6948e01707c Mon Sep 17 00:00:00 2001 From: Philip Kristoffersen Date: Thu, 4 Nov 2021 19:29:25 +0100 Subject: [PATCH] Correct indentation --- .github/workflows/main.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index f2956f3..1237e0e 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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