mirror of
https://github.com/github/semantic.git
synced 2024-12-30 10:27:45 +03:00
Whitespace
This commit is contained in:
parent
938987b2ed
commit
f0eabfb1fa
@ -160,6 +160,7 @@ tryStatement = makeTerm <$> symbol TryStatement <*> children (Statement.Try <$>
|
||||
|
||||
exceptClause :: Assignment
|
||||
exceptClause = makeTerm <$> symbol ExceptClause <*> children (Statement.Catch <$> optional (makeTerm <$> location <*> many expression <* symbol AnonColon) <*> expression)
|
||||
|
||||
finallyClause :: Assignment
|
||||
finallyClause = makeTerm <$> symbol FinallyClause <*> children (Statement.Finally <$> expression)
|
||||
dottedName :: Assignment
|
||||
|
Loading…
Reference in New Issue
Block a user