chore: cargo fmt

This commit is contained in:
2025-07-17 16:28:43 +08:00
parent dedf84a1a9
commit 781f701891
3 changed files with 19 additions and 12 deletions

View File

@@ -14,7 +14,7 @@ pub trait JITCompile {
impl JITCompile for Attrs {
fn compile(&self, ctx: &mut JITContext, engine: ir::Value, env: ir::Value) -> StackSlot {
let attrs = ctx.create_attrs();
let attrs = ctx.create_attrs();
for (k, v) in self.stcs.iter() {
let v = v.compile(ctx, engine, env);
ctx.push_attr(attrs, k, v);