Skip to content

Commit 569c503

Browse files
committed
fix: formatting
1 parent d358837 commit 569c503

5 files changed

+5
-5
lines changed

.github/workflows/check-clippy-all-features.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,5 +55,5 @@ jobs:
5555
-e SKIP_WASM_BUILD=1 \
5656
paritytech/ci-unified:bullseye-1.74.0 \
5757
bash -c "
58-
cargo clippy --all-targets --all-features --locked --quiet
58+
cargo clippy --all-targets --all-features --locked --quiet"
5959

.github/workflows/check-clippy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,4 +55,4 @@ jobs:
5555
-e SKIP_WASM_BUILD=1 \
5656
paritytech/ci-unified:bullseye-1.74.0 \
5757
bash -c "
58-
cargo clippy --all-targets --locked --quiet
58+
cargo clippy --all-targets --locked --quiet"

.github/workflows/check-rustdoc.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,4 +55,4 @@ jobs:
5555
-e SKIP_WASM_BUILD=1 \
5656
paritytech/ci-unified:bullseye-1.74.0 \
5757
bash -c "
58-
cargo doc --all-features --no-deps --locked
58+
cargo doc --all-features --no-deps --locked"

.github/workflows/test-all-features.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,4 +55,4 @@ jobs:
5555
-e SKIP_WASM_BUILD=1 \
5656
paritytech/ci-unified:bullseye-1.74.0 \
5757
bash -c "
58-
cargo test --all-features --all-targets --locked
58+
cargo test --all-features --all-targets --locked"

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,4 +55,4 @@ jobs:
5555
-e SKIP_WASM_BUILD=1 \
5656
paritytech/ci-unified:bullseye-1.74.0 \
5757
bash -c "
58-
cargo test --all-targets --locked
58+
cargo test --all-targets --locked"

0 commit comments

Comments
 (0)