Cleanup code formatting.

This commit is contained in:
Rafal Kupiec 2020-03-04 20:41:53 +01:00
parent 925d8d28fa
commit 09cd4a1b89
Signed by: belliash
GPG Key ID: 4E829243E0CFE6B4

View File

@ -107,7 +107,6 @@ until [[ -z "${1}" ]]; do
*)
echo "Unknown option: ${1}"
;;
esac
shift
done