Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
elland committed Feb 8, 2023
1 parent a65fdbf commit 839f26f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions services/galley/src/Galley/API/Internal.hs
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ import Control.Exception.Safe (catchAny)
import Control.Lens hiding (Getter, Setter, (.=))
import Data.Id as Id
import Data.List1 (maybeList1)
import qualified Data.Map as Map
import Data.Qualified
import Data.Range
import Data.Singletons
Expand Down Expand Up @@ -60,6 +61,7 @@ import Galley.Effects.FederatorAccess
import Galley.Effects.GundeckAccess
import Galley.Effects.LegalHoldStore as LegalHoldStore
import Galley.Effects.MemberStore
import qualified Galley.Effects.MemberStore as E
import Galley.Effects.TeamStore
import qualified Galley.Intra.Push as Intra
import Galley.Monad
Expand Down Expand Up @@ -96,6 +98,7 @@ import Wire.API.Event.Conversation
import Wire.API.Federation.API
import Wire.API.Federation.API.Galley
import Wire.API.Federation.Error
import Wire.API.MLS.Group
import Wire.API.Provider.Service hiding (Service)
import Wire.API.Routes.API
import Wire.API.Routes.Internal.Galley.TeamFeatureNoConfigMulti
Expand All @@ -111,9 +114,6 @@ import Wire.API.Team.Member
import Wire.API.Team.SearchVisibility
import Wire.Sem.Paging
import Wire.Sem.Paging.Cassandra
import qualified Galley.Effects.MemberStore as E
import qualified Data.Map as Map
import Wire.API.MLS.Group

type LegalHoldFeatureStatusChangeErrors =
'( 'ActionDenied 'RemoveConversationMember,
Expand Down

0 comments on commit 839f26f

Please sign in to comment.