mirror of
https://github.com/gchq/CyberChef
synced 2025-01-01 07:18:47 +00:00
Fixed lint
This commit is contained in:
parent
2f53ee3974
commit
2267569c8d
1 changed files with 1 additions and 2 deletions
|
@ -74,8 +74,7 @@ class ConditionalJump extends Operation {
|
|||
if (!invert && strMatch || invert && !strMatch) {
|
||||
state.progress = jmpIndex;
|
||||
state.numJumps++;
|
||||
}
|
||||
else {
|
||||
} else {
|
||||
state.numJumps = 0;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue