chore: remove trailing whitespace
This commit is contained in:
@ -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"
|
||||
perform_action "$1"
|
||||
|
Reference in New Issue
Block a user