brew.sh: add an empty line for code readability

Co-authored-by: Mike McQuaid <mike@mikemcquaid.com>
This commit is contained in:
Maxim Belkin 2020-05-11 07:30:25 -05:00 committed by GitHub
parent 6455264716
commit 5be4682ecb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -116,6 +116,7 @@ then
else else
HOMEBREW_GIT="git" HOMEBREW_GIT="git"
fi fi
if [[ -n "$HOMEBREW_MACOS" ]] if [[ -n "$HOMEBREW_MACOS" ]]
then then
HOMEBREW_PROCESSOR="$(uname -p)" HOMEBREW_PROCESSOR="$(uname -p)"