style: 格式化代码

Signed-off-by: 502647092 <admin@yumc.pw>
This commit is contained in:
2017-11-15 21:00:07 +08:00
parent 612d4ee856
commit dc716dc87c
7 changed files with 43 additions and 38 deletions

View File

@ -33,7 +33,7 @@ var disable;
var pluginYml;
function checkClassLoader(){
function checkClassLoader() {
var classLoader = java.lang.Thread.currentThread().getContextClassLoader();
pluginYml = classLoader.getResource("plugin.yml");
if (pluginYml === null) {