chore: remove trailing whitespace
This commit is contained in:
parent
23ab880286
commit
d7b9aca87b
|
@ -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"
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
declare module 'jayson/lib/client/browser' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue