1
1
mirror of https://github.com/github/semantic.git synced 2024-12-22 22:31:36 +03:00

Whitespace

This commit is contained in:
Timothy Clem 2017-11-28 11:09:55 -08:00
parent d9c4c736d1
commit 1a7f29c26b

View File

@ -170,7 +170,7 @@ instance Ord1 KeyValue where liftCompare = genericLiftCompare
instance Show1 KeyValue where liftShowsPrec = genericLiftShowsPrec
newtype Tuple a = Tuple { tupleContents :: [a]}
newtype Tuple a = Tuple { tupleContents :: [a] }
deriving (Diffable, Eq, Foldable, Functor, GAlign, Generic1, Mergeable, Ord, Show, Traversable)
instance Eq1 Tuple where liftEq = genericLiftEq