From a2129a2b9a5feac9efaf6af347f1c7d074bcaa2b Mon Sep 17 00:00:00 2001 From: Stephen Paul Weber Date: Mon, 11 Jan 2021 12:41:33 -0500 Subject: [PATCH] hlint clean --- Jingle.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jingle.hs b/Jingle.hs index 23f5ddf..952d2a1 100644 --- a/Jingle.hs +++ b/Jingle.hs @@ -355,7 +355,7 @@ tsidToSizeMap = fromIO_ $ Cache.purgeExpired cache fromIO_ $ Cache.insert cache tsid size , - \(JingleTSID tsid) -> do + \(JingleTSID tsid) -> fromIO_ $ Cache.lookup' cache tsid ) -- 2.34.2