mirror of
https://github.com/erg-lang/erg.git
synced 2025-08-01 09:22:50 +00:00
Apply formatting
This commit is contained in:
parent
7d3116f546
commit
8efffbfbc0
10 changed files with 171 additions and 119 deletions
|
@ -290,12 +290,12 @@ impl CodeGenerator {
|
|||
} else {
|
||||
Some(Name::fast(idx))
|
||||
}
|
||||
} else { self
|
||||
.cur_block_codeobj()
|
||||
.freevars
|
||||
.iter()
|
||||
.position(|f| &**f == name)
|
||||
.map(Name::deref)
|
||||
} else {
|
||||
self.cur_block_codeobj()
|
||||
.freevars
|
||||
.iter()
|
||||
.position(|f| &**f == name)
|
||||
.map(Name::deref)
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue