Formatting for install-ls.sh

This commit is contained in:
ViViDboarder 2019-10-29 17:33:14 -07:00
parent 808804d0ac
commit 36eb348b43
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,4 @@
#! /bin/bash #! /bin/bash
set -e set -e
# Determines if a command exists or not # Determines if a command exists or not
@ -89,6 +88,7 @@ function main() {
install_language_servers install_language_servers
install_linters install_linters
install_fixers install_fixers
echo "" echo ""
echo "DONE" echo "DONE"
} }