Skip to content

Commit 87d5554

Browse files
committed
fix(lint): minor formatting issue
1 parent 96206d9 commit 87d5554

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test-rust-examples.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
working-directory: ./examples/developer-hub-rust
1515
steps:
1616
- uses: actions/checkout@v4
17-
17+
1818
- name: Install Rust toolchain
1919
uses: dtolnay/rust-toolchain@stable
2020
with:
@@ -25,9 +25,9 @@ jobs:
2525

2626
- name: Format with rustfmt
2727
run: cargo fmt -- --check
28-
28+
2929
- name: Lint with clippy
3030
run: cargo clippy -- -D warnings
31-
31+
3232
- name: Run tests
3333
run: ./test.sh

0 commit comments

Comments
 (0)