Skip to content

Commit

Permalink
RemÃove trailing spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
yogh333 committed Jan 31, 2025
1 parent f73739a commit 0b161a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/_check_clang_static_analyzer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
exit 1
fi
fi
done
done
- name: Run Clippy
if: ${{ inputs.is_rust == 'true'}}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/reusable_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
then
BUILD_DEVICE_NAME="$(echo ${{ matrix.device }} | sed 's/nanosp/nanosplus/')" && \
cd ${{ needs.call_get_app_metadata.outputs.build_directory }}
# Update the Rust SDK crates
# Update the Rust SDK crates
all_crates=$(cargo +$RUST_NIGHTLY tree --depth 1 --prefix none | awk '{print $1}' | sort -u)
for crate in "ledger_secure_sdk_sys" "ledger_device_sdk" "include_gif"; do
if echo "$all_crates" | grep -q "^$crate$"; then
Expand Down

0 comments on commit 0b161a4

Please sign in to comment.