瀏覽代碼

removed line

Daniel Gibbs 8 年之前
父節點
當前提交
06deb21d33
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      tests/tests_shellcheck.sh

+ 0 - 1
tests/tests_shellcheck.sh

@@ -7,7 +7,6 @@
 # Documentation: https://github.com/GameServerManagers/LinuxGSM/wiki
 # Website: https://gameservermanagers.com
 
-
 echo "START Shellcheck"
 echo "================================="
 find . -type f -name "*.sh" -not -path "./shunit2-2.1.6/*" -exec shellcheck --shell=bash --exclude=SC2154,SC2034 {} \;