remove extra indentation
This commit is contained in:
parent
e4b05c5bc4
commit
ec206c53fb
@ -50,10 +50,8 @@ mkYesod "Y" [parseRoutes|
|
|||||||
|
|
||||||
instance Yesod Y
|
instance Yesod Y
|
||||||
|
|
||||||
getRootR :: Handler ()
|
getRootR, getFooR :: Handler ()
|
||||||
getRootR = return ()
|
getRootR = return ()
|
||||||
|
|
||||||
getFooR :: Handler ()
|
|
||||||
getFooR = return ()
|
getFooR = return ()
|
||||||
|
|
||||||
runner :: Session () -> IO ()
|
runner :: Session () -> IO ()
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user