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 ec3377e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 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: 0 additions & 2 deletions libs/wire-api/src/Wire/API/MLS/Keys.hs
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
{-# LANGUAGE GeneralizedNewtypeDeriving #-}

-- This file is part of the Wire Server implementation.
--
-- Copyright (C) 2022 Wire Swiss GmbH <[email protected]>
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 ec3377e

Please sign in to comment.