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
set -e
# Determines if a command exists or not
@ -89,6 +88,7 @@ function main() {
install_language_servers
install_linters
install_fixers
echo ""
echo "DONE"
}