Skip to content

Commit acc7436

Browse files
committed
Correct indentation
1 parent 3441992 commit acc7436

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@ jobs:
2929
steps:
3030
- uses: actions/checkout@v1
3131
- name: Install latest stable
32-
uses: actions-rs/toolchain@v1
33-
with:
34-
toolchain: stable
32+
uses: actions-rs/toolchain@v1
33+
with:
34+
toolchain: stable
3535
- name: Rust Cache
3636
id: rust_cache
3737
uses: Swatinem/[email protected]

0 commit comments

Comments
 (0)