Delete newline
This commit is contained in:
parent
fef66e345b
commit
5f8b842bf2
@ -12,7 +12,6 @@ pub enum Statement {
|
||||
}
|
||||
|
||||
pub type Block = Vec<Statement>;
|
||||
|
||||
pub type ParamName = Rc<String>;
|
||||
pub type InterfaceName = Rc<String>; //should be a singleton I think??
|
||||
pub type FormalParam = (ParamName, Option<TypeIdentifier>);
|
||||
|
Loading…
Reference in New Issue
Block a user