mirror of
https://github.com/pi-hole/pi-hole
synced 2024-12-22 14:58:08 +00:00
Improve indentation
Signed-off-by: DL6ER <dl6er@dl6er.de>
This commit is contained in:
parent
c54f04ef4c
commit
6f0bb30def
@ -230,7 +230,8 @@ gravity_Pull() {
|
||||
else
|
||||
echo -e "${OVER} ${CROSS} ${str} Not found / empty list"
|
||||
fi;;
|
||||
* ) echo -e "${OVER} ${CROSS} ${str} ${url} ${httpCode}";;
|
||||
* )
|
||||
echo -e "${OVER} ${CROSS} ${str} ${url} ${httpCode}";;
|
||||
esac
|
||||
|
||||
# Determine if the blocklist was downloaded and saved correctly
|
||||
|
Loading…
Reference in New Issue
Block a user