Removing extra white spaces

This commit is contained in:
Justin Turner
2020-06-27 01:09:41 -05:00
parent 94df98e5d0
commit 42bd219ed6
7 changed files with 107 additions and 107 deletions

View File

@@ -51,7 +51,7 @@ function getJSONMp3(name, customPath, openReadPerms = false) {
}
else
obj = 0;
return obj;
}
@@ -75,4 +75,4 @@ module.exports = {
getJSONMp4: getJSONMp4,
getTrueFileName: getTrueFileName,
File: File
}
}