mirror of
https://github.com/tursodatabase/limbo.git
synced 2025-12-23 08:21:09 +00:00
cargo fmt
This commit is contained in:
parent
c3185d0b8c
commit
56f35ad4cd
1 changed files with 5 additions and 1 deletions
|
|
@ -14,7 +14,11 @@ use crate::{
|
|||
use std::{collections::HashSet, num::NonZeroUsize, sync::Arc};
|
||||
|
||||
#[inline]
|
||||
pub fn emit_guarded_fk_decrement(program: &mut ProgramBuilder, label: BranchOffset, deferred: bool) {
|
||||
pub fn emit_guarded_fk_decrement(
|
||||
program: &mut ProgramBuilder,
|
||||
label: BranchOffset,
|
||||
deferred: bool,
|
||||
) {
|
||||
program.emit_insn(Insn::FkIfZero {
|
||||
deferred,
|
||||
target_pc: label,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue