From d7b9aca87b0327266cde4f0116113a4203642130 Mon Sep 17 00:00:00 2001 From: Michael Vines Date: Sun, 14 Jun 2020 21:45:49 -0700 Subject: [PATCH] chore: remove trailing whitespace --- web3.js/examples/bpf-rust-noop/do.sh | 4 ++-- web3.js/flow-typed/jayson.js | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/web3.js/examples/bpf-rust-noop/do.sh b/web3.js/examples/bpf-rust-noop/do.sh index d9eeb21e9a..648c9bf2e5 100755 --- a/web3.js/examples/bpf-rust-noop/do.sh +++ b/web3.js/examples/bpf-rust-noop/do.sh @@ -29,7 +29,7 @@ perform_action() { case "$1" in build) "$sdkDir"/rust/build.sh "$PWD" - + so_path="$targetDir/$profile" so_name="solana_bpf_rust_noop" if [ -f "$so_path/${so_name}.so" ]; then @@ -66,4 +66,4 @@ perform_action() { set -e -perform_action "$1" \ No newline at end of file +perform_action "$1" diff --git a/web3.js/flow-typed/jayson.js b/web3.js/flow-typed/jayson.js index 1fdd3da8b9..09e1bd5b46 100644 --- a/web3.js/flow-typed/jayson.js +++ b/web3.js/flow-typed/jayson.js @@ -1,4 +1,3 @@ declare module 'jayson/lib/client/browser' { declare module.exports: any; } -