Skip to content
Snippets Groups Projects
Commit afe94da5 authored by Jens Nolte's avatar Jens Nolte
Browse files

Remove whitespace

parent e5939bf8
No related branches found
No related tags found
No related merge requests found
......@@ -56,7 +56,7 @@ instance Disposable RegistrationHandle where
dispose = deregister
instance Disposable a => Disposable (Maybe a) where
dispose = mapM_ dispose
class Observable v o | o -> v where
getValue :: o -> IO v
getValue = getValue . toSomeObservable
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment