mirror of
https://github.com/gchq/CyberChef.git
synced 2025-05-14 01:56:54 -04:00
Linting
This commit is contained in:
parent
2ac3ec2a7c
commit
87448a16db
2 changed files with 3 additions and 3 deletions
|
@ -284,7 +284,7 @@ class Magic {
|
|||
const outputRegexes = OperationConfig[op.op].outputRegexes;
|
||||
switch (flag) {
|
||||
case "Input":
|
||||
if (outputRegexes) {
|
||||
if (outputRegexes) {
|
||||
if (_buffersEqual(output, this.inputBuffer))
|
||||
return;
|
||||
for (const pattern of outputRegexes)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue