Skip to content

Commit e086fb3

Browse files
committed
Remove trailing whitespace
1 parent 29e1a0c commit e086fb3

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

0 commit comments

Comments
 (0)