mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-20 14:56:19 -04:00
Code styling changes to pass grunt prod
This commit is contained in:
parent
e751825a49
commit
c67957da81
2 changed files with 15 additions and 15 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue