1
1
mirror of https://github.com/github/semantic.git synced 2025-01-02 12:23:08 +03:00

Add newline

This commit is contained in:
Rick Winfrey 2017-11-06 17:00:42 -08:00
parent 15e9f7b453
commit 4ad10b6bf7

View File

@ -592,6 +592,7 @@ communicationClause = makeTerm <$> symbol CommunicationClause <*> children (Stat
where
communicationCase = symbol CommunicationCase *> children expression
-- Helpers
-- | Match infix terms separated by any of a list of operators, assigning any comments following each operand.