1
1
Fork 0
mirror of https://github.com/azur1s/bobbylisp.git synced 2024-10-16 02:37:40 -05:00

😱 trailing whitespace

This commit is contained in:
Natapat Samutpong 2022-03-12 08:41:51 +07:00
parent cd196f8619
commit 04e35046b2

View file

@ -29,7 +29,7 @@ impl Codegen {
self.emit(&self.gen_ir(&ir.kind));
}
}
fn gen_ir(&self, ir: &IRKind) -> String {
match ir {
IRKind::Define { name, type_hint, value } => {