Remove empty lines before labels

This commit is contained in:
Andrew Morris
2023-07-03 11:12:19 +10:00
parent d89103de79
commit ca01d8169d

View File

@@ -120,7 +120,6 @@ impl FunctionCompiler {
}
pub fn label(&mut self, label: Label) {
self.current.body.push(FnLine::Empty);
self.current.body.push(FnLine::Label(label));
}