1
1
mirror of https://github.com/github/semantic.git synced 2024-12-21 13:51:44 +03:00

Align the field selectors.

This commit is contained in:
Rob Rix 2017-05-10 12:40:07 -04:00
parent f7e52a2934
commit 284f358d7a

View File

@ -66,7 +66,7 @@ data Summarizable
-- | A declarations identifier and type.
data Declaration
= MethodDeclaration { declarationIdentifier :: Text }
= MethodDeclaration { declarationIdentifier :: Text }
| FunctionDeclaration { declarationIdentifier :: Text }
deriving (Eq, Show)