remove tabs
This commit is contained in:
parent
76b21f787c
commit
e3c3ba2aeb
1 changed files with 2 additions and 2 deletions
|
@ -340,8 +340,8 @@ instance (ToText v, HasLink sub)
|
||||||
addSegment (escape . unpack $ toText v) l
|
addSegment (escape . unpack $ toText v) l
|
||||||
|
|
||||||
instance HasLink sub => HasLink (Header sym a :> sub) where
|
instance HasLink sub => HasLink (Header sym a :> sub) where
|
||||||
type MkLink (Header sym a :> sub) = MkLink sub
|
type MkLink (Header sym a :> sub) = MkLink sub
|
||||||
toLink _ = toLink (Proxy :: Proxy sub)
|
toLink _ = toLink (Proxy :: Proxy sub)
|
||||||
|
|
||||||
-- Verb (terminal) instances
|
-- Verb (terminal) instances
|
||||||
instance HasLink (Get y r) where
|
instance HasLink (Get y r) where
|
||||||
|
|
Loading…
Reference in a new issue