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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user