Fix indentation on lang server installs

This commit is contained in:
ViViDboarder 2021-06-09 10:19:03 -07:00
parent 4e49d8b2d1
commit 2a1b012ee9
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ export PYTHONPATH=""
# Determines if a command exists or not # Determines if a command exists or not
function command_exist() { function command_exist() {
command -v "$1" > /dev/null 2>&1; command -v "$1" > /dev/null 2>&1;
} }
# Runs a command or spits out the output # Runs a command or spits out the output