Skip to content

Commit

Permalink
Restyled by whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
restyled-commits committed Mar 17, 2022
1 parent c8ffc7e commit f0a676d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/examples/gn_efr32_example.sh
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ else

# Generate bootloader file
if [ {"$BUILD_DIR:2" == "./"}; then
BUILD_DIR_TRIMMED="${BUILD_DIR:2}"
BUILD_DIR_TRIMMED="${BUILD_DIR:2}"
else
BUILD_DIR_TRIMMED="${BUILD_DIR#*/}"
fi
Expand Down

0 comments on commit f0a676d

Please sign in to comment.