Skip to content

Commit d9b70d2

Browse files
committed
Remove trailing whitespace
1 parent 461bae9 commit d9b70d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ if [ "$DO_FEATURE_MATRIX" = true ]; then
5151
cargo build --all --no-default-features --features="std,$feature"
5252
cargo test --all --no-default-features --features="std,$feature"
5353
done
54-
# Other combos
54+
# Other combos
5555
RUSTFLAGS='--cfg=secp256k1_fuzz' RUSTDOCFLAGS='--cfg=secp256k1_fuzz' cargo test --all
5656
RUSTFLAGS='--cfg=secp256k1_fuzz' RUSTDOCFLAGS='--cfg=secp256k1_fuzz' cargo test --all --features="$FEATURES"
5757
cargo test --all --features="rand serde"

0 commit comments

Comments
 (0)