fix(script): fix formatting

This commit is contained in:
Mayeul@Zama
2024-03-14 16:16:09 +01:00
committed by mayeul-zama
parent 26aa20a78a
commit 1647634c8e
5 changed files with 12 additions and 12 deletions

View File

@@ -28,7 +28,7 @@ tfhe_package="tfhe"
while [ -n "$1" ]
do
case "$1" in
case "$1" in
"--help" | "-h" )
usage
exit 0
@@ -75,7 +75,7 @@ do
echo "Unknown param : $1"
exit 1
;;
esac
esac
shift
done