Skip to content

Commit 28489ec

Browse files
committed
Remove trailing whitespace
1 parent 253ebe8 commit 28489ec

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
@@ -50,7 +50,7 @@ if [ "$DO_FEATURE_MATRIX" = true ]; then
5050
cargo build --all --no-default-features --features="std,$feature"
5151
cargo test --all --no-default-features --features="std,$feature"
5252
done
53-
# Other combos
53+
# Other combos
5454
RUSTFLAGS='--cfg=secp256k1_fuzz' RUSTDOCFLAGS='--cfg=secp256k1_fuzz' cargo test --all
5555
RUSTFLAGS='--cfg=secp256k1_fuzz' RUSTDOCFLAGS='--cfg=secp256k1_fuzz' cargo test --all --features="$FEATURES"
5656
cargo test --all --features="rand serde"

0 commit comments

Comments
 (0)