chore: cargo fmt
This commit is contained in:
@@ -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),
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user