diff --git a/core/Network/TLS/Hooks.hs b/core/Network/TLS/Hooks.hs index 9fe823d..738c30a 100644 --- a/core/Network/TLS/Hooks.hs +++ b/core/Network/TLS/Hooks.hs @@ -39,8 +39,7 @@ instance Default Logging where -- | A collection of hooks actions. data Hooks = Hooks - { - -- | called at each handshake message received + { -- | called at each handshake message received hookRecvHandshake :: Handshake -> IO Handshake -- | called at each certificate chain message received , hookRecvCertificates :: CertificateChain -> IO ()