Whitespace

This commit is contained in:
Jonathan Daugherty 2015-08-19 20:03:59 -07:00
parent f829b4370c
commit 37e11e74b8

View File

@ -42,4 +42,3 @@ cropResultToContext :: Result -> RenderM Result
cropResultToContext result = do
c <- getContext
return $ result & imageL %~ (V.crop (c^.availWidthL) (c^.availHeightL))