mirror of
https://github.com/azur1s/bobbylisp.git
synced 2024-10-16 02:37:40 -05:00
😱 trailing whitespace
This commit is contained in:
parent
cd196f8619
commit
04e35046b2
|
@ -29,7 +29,7 @@ impl Codegen {
|
||||||
self.emit(&self.gen_ir(&ir.kind));
|
self.emit(&self.gen_ir(&ir.kind));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
fn gen_ir(&self, ir: &IRKind) -> String {
|
fn gen_ir(&self, ir: &IRKind) -> String {
|
||||||
match ir {
|
match ir {
|
||||||
IRKind::Define { name, type_hint, value } => {
|
IRKind::Define { name, type_hint, value } => {
|
||||||
|
|
Loading…
Reference in a new issue