[FEAT] Adding Visio micro-service (Jitsi)
[gargantext.git] / src / Gargantext / Prelude / Crypto / Hash.hs
index f789a3da1d2c8352c0e62ae87b605213f53e3db3..7f314447a6db32cd92bacce858c92d378c9bbd1e 100644 (file)
@@ -45,6 +45,7 @@ instance {-# OVERLAPPING #-} IsHashable String where
 instance IsHashable Text where
   hash = hash . Text.unpack
 
+
 instance IsHashable (Set Hash) where
   hash = hash . foldl (<>) "" . Set.toList