From d1bf5854b044e620b1c8de4f39fa5704e8a4ea9d Mon Sep 17 00:00:00 2001 From: Takahiro HIMURA Date: Thu, 25 Nov 2021 01:54:09 +0900 Subject: [PATCH] fourmolu --- Web/Twitter/Conduit.hs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Web/Twitter/Conduit.hs b/Web/Twitter/Conduit.hs index d0de26f..18070b1 100644 --- a/Web/Twitter/Conduit.hs +++ b/Web/Twitter/Conduit.hs @@ -93,8 +93,8 @@ import qualified Data.Text.IO as T -- All of following examples import modules as below: -- -- @ --- {-# LANGUAGE OverloadedLabels #-} --- {-# LANGUAGE OverloadedStrings #-} +-- {\-# LANGUAGE OverloadedLabels #-\} +-- {\-# LANGUAGE OverloadedStrings #-\} -- -- import Web.Twitter.Conduit -- import Web.Twitter.Types.Lens