Delete newline

This commit is contained in:
greg 2018-10-20 00:22:41 -07:00
parent fef66e345b
commit 5f8b842bf2
1 changed files with 0 additions and 1 deletions

View File

@ -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>);