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