Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
pcapriotti committed Mar 6, 2024
1 parent 74575a2 commit a14bfe4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 0 additions & 2 deletions libs/brig-types/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
, tasty-hunit
, tasty-quickcheck
, text
, tinylog
, types-common
, wire-api
}:
Expand All @@ -38,7 +37,6 @@ mkDerivation {
imports
QuickCheck
text
tinylog
types-common
wire-api
];
Expand Down
2 changes: 2 additions & 0 deletions libs/wire-api/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@
, tasty-quickcheck
, text
, time
, tinylog
, transitive-anns
, types-common
, unliftio
Expand Down Expand Up @@ -190,6 +191,7 @@ mkDerivation {
tagged
text
time
tinylog
transitive-anns
types-common
unordered-containers
Expand Down
2 changes: 1 addition & 1 deletion services/brig/src/Brig/API/Connection/Remote.hs
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ import Brig.Effects.GalleyProvider
import Brig.Federation.Client as Federation
import Brig.IO.Intra qualified as Intra
import Brig.Options
import Wire.API.UserEvent
import Control.Comonad
import Control.Error.Util ((??))
import Control.Lens (view)
Expand All @@ -52,6 +51,7 @@ import Wire.API.Federation.API.Brig
import Wire.API.Routes.Internal.Galley.ConversationsIntra
import Wire.API.Routes.Public.Util (ResponseForExistedCreated (..))
import Wire.API.User
import Wire.API.UserEvent
import Wire.NotificationSubsystem

data LocalConnectionAction
Expand Down

0 comments on commit a14bfe4

Please sign in to comment.