diff options
-rw-r--r-- | src/Network/BitTorrent/Client/Types.hs | 1 |
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 | ||
111 | getClient :: BitTorrent Client | 111 | getClient :: BitTorrent Client |
112 | getClient = BitTorrent ask | 112 | getClient = BitTorrent ask |
113 | {-# INLINE getClient #-} \ No newline at end of file | ||