mirror of
https://github.com/github/semantic.git
synced 2024-12-22 22:31:36 +03:00
Whitespace
This commit is contained in:
parent
d9c4c736d1
commit
1a7f29c26b
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user