fix format

This commit is contained in:
[B
2025-02-14 21:10:51 +01:00
parent 5214cf9859
commit e52f218136

View File

@@ -430,7 +430,7 @@ pub enum Insn {
num_regs: usize,
target_pc: BranchOffset,
},
// The P4 register values beginning with P3 form an unpacked index key that omits the PRIMARY KEY. Compare this key value against the index that P1 is currently pointing to, ignoring the PRIMARY KEY or ROWID fields at the end.
// If the P1 index entry is lesser or equal than the key value then jump to P2. Otherwise fall through to the next instruction.
IdxLE {