mirror of
https://github.com/gchq/CyberChef
synced 2025-12-10 21:33:36 +00:00
Fixed lint
This commit is contained in:
@@ -74,8 +74,7 @@ class ConditionalJump extends Operation {
|
|||||||
if (!invert && strMatch || invert && !strMatch) {
|
if (!invert && strMatch || invert && !strMatch) {
|
||||||
state.progress = jmpIndex;
|
state.progress = jmpIndex;
|
||||||
state.numJumps++;
|
state.numJumps++;
|
||||||
}
|
} else {
|
||||||
else {
|
|
||||||
state.numJumps = 0;
|
state.numJumps = 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user