Skip to content

Commit

Permalink
Restyled by shfmt
Browse files Browse the repository at this point in the history
  • Loading branch information
restyled-commits authored and pull[bot] committed Jun 27, 2023
1 parent bd85fde commit 2474417
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scripts/examples/gn_efr32_example.sh
Original file line number Diff line number Diff line change
Expand Up @@ -224,9 +224,9 @@ else
if [ "$1" =~ *"use_rs9116=true"* ] || [ "$1" =~ *"use_SiWx917=true"* ] || [ "$1" =~ *"use_wf200=true"* ]; then
USE_WIFI=true
fi
optArgs+=$1" "
shift
;;
optArgs+=$1" "
shift
;;
esac
done

Expand Down

0 comments on commit 2474417

Please sign in to comment.