Skip to content

Commit 18ea890

Browse files
committed
scala tweak
1 parent a72010a commit 18ea890

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

modules/puzzle/src/main/PuzzleActivity.scala

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,7 @@ import reactivemongo.akkastream.cursorProducer
77
import lila.common.Json.given
88
import lila.db.dsl.{ *, given }
99

10-
final class PuzzleActivity(
11-
colls: PuzzleColls
12-
)(using
13-
ec: Executor,
14-
system: akka.actor.ActorSystem
15-
):
10+
final class PuzzleActivity(colls: PuzzleColls)(using Executor, akka.actor.ActorSystem):
1611

1712
import PuzzleActivity.*
1813
import BsonHandlers.given

0 commit comments

Comments
 (0)