2
0
mirror of https://github.com/gchq/CyberChef synced 2025-12-05 23:53:27 +00:00

Fixed lint

This commit is contained in:
n1474335
2022-06-09 16:32:23 +01:00
parent 2f53ee3974
commit 2267569c8d

View File

@@ -74,8 +74,7 @@ class ConditionalJump extends Operation {
if (!invert && strMatch || invert && !strMatch) {
state.progress = jmpIndex;
state.numJumps++;
}
else {
} else {
state.numJumps = 0;
}
}