Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
pcapriotti committed Apr 18, 2024
1 parent d670a4b commit 81e3bee
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 2 additions & 0 deletions libs/polysemy-wire-zoo/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
, bytestring
, cassandra-util
, containers
, crypton
, gitignoreSource
, HsOpenSSL
, hspec
Expand Down Expand Up @@ -36,6 +37,7 @@ mkDerivation {
base
bytestring
cassandra-util
crypton
HsOpenSSL
hspec
imports
Expand Down
2 changes: 1 addition & 1 deletion libs/wire-api/src/Wire/API/MLS/Keys.hs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{-# LANGUAGE GeneralizedNewtypeDeriving #-}


-- This file is part of the Wire Server implementation.
--
Expand Down
3 changes: 1 addition & 2 deletions services/galley/src/Galley/API/MLS.hs
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,4 @@ getMLSPublicKeys ::
Local UserId ->
Sem r (MLSKeysByPurpose MLSPublicKeys)
getMLSPublicKeys _ = do
keys <- getMLSPrivateKeys
pure $ fmap mlsKeysToPublic keys
fmap mlsKeysToPublic <$> getMLSPrivateKeys

0 comments on commit 81e3bee

Please sign in to comment.