chore: cargo fmt
This commit is contained in:
@@ -97,7 +97,9 @@ impl Compile for ir::Thunk {
|
||||
|
||||
impl Compile for ir::Attrs {
|
||||
fn compile(self, comp: &mut Compiler) {
|
||||
comp.push(OpCode::AttrSet { cap: self.stcs.len() + self.dyns.len() });
|
||||
comp.push(OpCode::AttrSet {
|
||||
cap: self.stcs.len() + self.dyns.len(),
|
||||
});
|
||||
for stc in self.stcs {
|
||||
stc.1.compile(comp);
|
||||
if !self.rec {
|
||||
|
||||
Reference in New Issue
Block a user