Skip to content

Commit 561ae5f

Browse files
committed
[WPB-28375] Fix import order for ormolu
1 parent 3e7f480 commit 561ae5f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

services/background-worker/src/Wire/BackgroundWorker.hs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@ import Servant.Server.Generic
2929
import UnliftIO (Concurrently (..), runConcurrently)
3030
import Util.Options
3131
import Wire.BackendNotificationPusher qualified as BackendNotificationPusher
32-
import Wire.BackgroundWorker.Jobs.Consumer qualified as Jobs
3332
import Wire.BackgroundWorker.Env
3433
import Wire.BackgroundWorker.Health qualified as Health
34+
import Wire.BackgroundWorker.Jobs.Consumer qualified as Jobs
3535
import Wire.BackgroundWorker.Options
3636
import Wire.BackgroundWorker.Workers as Workers
3737
import Wire.DeadUserNotificationWatcher qualified as DeadUserNotificationWatcher
@@ -96,7 +96,7 @@ run opts galleyOpts = do
9696
let cleanup =
9797
void $
9898
runConcurrently $
99-
(,,,,,,,)
99+
(,,,,,,,,)
100100
<$> Concurrently cleanupDeadUserNotifWatcher
101101
<*> Concurrently cleanupBackendNotifPusher
102102
<*> Concurrently cleanupConvMigration

0 commit comments

Comments
 (0)