mirror of
https://github.com/github/semantic.git
synced 2024-12-21 22:01:46 +03:00
Align the field selectors.
This commit is contained in:
parent
f7e52a2934
commit
284f358d7a
@ -66,7 +66,7 @@ data Summarizable
|
|||||||
|
|
||||||
-- | A declaration’s identifier and type.
|
-- | A declaration’s identifier and type.
|
||||||
data Declaration
|
data Declaration
|
||||||
= MethodDeclaration { declarationIdentifier :: Text }
|
= MethodDeclaration { declarationIdentifier :: Text }
|
||||||
| FunctionDeclaration { declarationIdentifier :: Text }
|
| FunctionDeclaration { declarationIdentifier :: Text }
|
||||||
deriving (Eq, Show)
|
deriving (Eq, Show)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user