mirror of
https://github.com/gchq/CyberChef
synced 2025-12-10 21:33:36 +00:00
Fix operation linting
This commit is contained in:
@@ -71,7 +71,7 @@ class GenerateDeBruijnSequence extends Operation {
|
||||
}
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
a[t] = a[t - p];
|
||||
db(t + 1, p);
|
||||
for (let j = a[t - p] + 1; j < k; j++) {
|
||||
|
||||
Reference in New Issue
Block a user