2
0
mirror of https://github.com/gchq/CyberChef synced 2025-12-17 08:43:43 +00:00

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);