Skip to content

Commit 8b3e623

Browse files
committed
ci: consistent spacing between steps
1 parent ccd1912 commit 8b3e623

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ jobs:
3030
- uses: actions/checkout@v3
3131
with:
3232
persist-credentials: false
33+
3334
- uses: dtolnay/rust-toolchain@master
3435
with:
3536
toolchain: ${{ matrix.rust }}
@@ -130,9 +131,11 @@ jobs:
130131
- uses: actions/checkout@v3
131132
with:
132133
persist-credentials: false
134+
133135
- uses: dtolnay/rust-toolchain@stable
134136
with:
135137
components: rustfmt
138+
136139
- run: cargo fmt --all -- --check
137140

138141
android_fmt:

0 commit comments

Comments
 (0)