summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/Network/BitTorrent/Client/Types.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Network/BitTorrent/Client/Types.hs b/src/Network/BitTorrent/Client/Types.hs
index e9f9f76e..31ebca2d 100644
--- a/src/Network/BitTorrent/Client/Types.hs
+++ b/src/Network/BitTorrent/Client/Types.hs
@@ -110,3 +110,4 @@ runBitTorrent client action = runReaderT (unBitTorrent action) client
110 110
111getClient :: BitTorrent Client 111getClient :: BitTorrent Client
112getClient = BitTorrent ask 112getClient = BitTorrent ask
113{-# INLINE getClient #-} \ No newline at end of file