Code styling changes to pass grunt prod

This commit is contained in:
toby 2017-02-09 11:38:20 -05:00
parent e751825a49
commit c67957da81
2 changed files with 15 additions and 15 deletions

View file

@ -980,7 +980,7 @@ var Utils = {
var Utils = this;
var html = "";
files.forEach(function(file, i) {
if(typeof file.contents !== "undefined") {
if (typeof file.contents !== "undefined") {
html += formatFile(file, i);
} else {
html += formatDirectory(file);