Skip to content

Commit bcea1f8

Browse files
committed
Fix indent
1 parent 690eefa commit bcea1f8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci-sub.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ jobs:
1010
steps:
1111
- run: rustup default none && rustup self uninstall -y
1212
- run: |
13-
rustc --version || true
14-
cargo --version || true
15-
rustup --version || true
13+
rustc --version || true
14+
cargo --version || true
15+
rustup --version || true
1616
- uses: actions/checkout@v5
1717
- uses: actions-rust-lang/setup-rust-toolchain@main
1818
with:

0 commit comments

Comments
 (0)