chore: cargo fmt

This commit is contained in:
2025-07-13 19:27:43 +08:00
parent 4b567ab022
commit f6ae509c13
6 changed files with 81 additions and 47 deletions

View File

@@ -298,7 +298,7 @@ impl JITCompile for Attr {
match self {
Str(string) => ctx.create_string(string),
Dynamic(ir) => ir.compile(ctx, engine, env),
Strs(strings) => strings.compile(ctx, engine, env)
Strs(strings) => strings.compile(ctx, engine, env),
}
}
}