Revert "Fix Indentation?"

This reverts commit 2bf18d8bda.
This commit is contained in:
Nicholas Hubbard
2017-09-30 19:44:54 -04:00
parent 837e275bfd
commit cd129fb055
3 changed files with 16 additions and 14 deletions

View File

@@ -48,7 +48,7 @@ try {
// In case the there errors show messages and
// return
console.info(Utils.colors.info("Checking file... ", configFileName));
// I'm not sure if all ever is utf-8
// I'm not sure if all ever is utf-8
fs.readFile(configFileName, "utf-8", function(err, data) {
if (err) {throw err;}
v.JSHINT(data); // Parser by jshint