mirror of
https://github.com/voltrevo/ValueScript.git
synced 2026-04-18 03:00:27 -04:00
Remove empty lines before labels
This commit is contained in:
@@ -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));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user