style: Add lib-ee/emqx_license to reformatted list

This commit is contained in:
Zaiming (Stone) Shi 2022-03-25 07:14:15 +01:00
parent 4f396cceb8
commit 24c55ab5cc
2 changed files with 3 additions and 2 deletions

View File

@ -2,3 +2,5 @@
91bcf02970bd1fe0dfe06744a24aa8a149ac0052 91bcf02970bd1fe0dfe06744a24aa8a149ac0052
# reformat apps/emqx_modules # reformat apps/emqx_modules
4d3157743e0d3ac7e6c09f108f6e79c820fd9c00 4d3157743e0d3ac7e6c09f108f6e79c820fd9c00
# reformat lib-ee/emqx_license
4f396cceb84d79d5ef540e91c1a8420e8de74a56

View File

@ -9,8 +9,7 @@ cd -P -- "$(dirname -- "$0")/.."
APPS=() APPS=()
APPS+=( 'apps/emqx' 'apps/emqx_modules' ) APPS+=( 'apps/emqx' 'apps/emqx_modules' )
APPS+=( 'lib-ee/emqx_license' )
#APPS+=( 'lib-ee/emqx_license' )
for app in "${APPS[@]}"; do for app in "${APPS[@]}"; do
echo "$app ..." echo "$app ..."