mirror of
https://github.com/aljazceru/turso.git
synced 2026-02-05 00:04:23 +01:00
cargo fmt
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user