From b5f01f3f940647ff1bf972bbde854dffa704d59a Mon Sep 17 00:00:00 2001 From: "Tobin C. Harding" Date: Mon, 16 May 2022 11:17:58 +1000 Subject: [PATCH] Remove trailing whitespace I recently introduced a character of trailing whitespace, remove it. --- contrib/test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/test.sh b/contrib/test.sh index 65d3038a9..706ac51ca 100755 --- a/contrib/test.sh +++ b/contrib/test.sh @@ -47,7 +47,7 @@ then # Run all the examples cargo build --examples - cargo run --example htlc --features=compiler + cargo run --example htlc --features=compiler cargo run --example parse cargo run --example sign_multisig cargo run --example verify_tx > /dev/null