Skip to content

Commit

Permalink
Scalafmt 3.8.4-RC4
Browse files Browse the repository at this point in the history
  • Loading branch information
lenguyenthanh committed Dec 28, 2024
1 parent b9409a8 commit 95b95c4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .scalafmt.conf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version = "3.8.3"
version = "3.8.4-RC4"
runner.dialect = scala3

align.preset = more
Expand Down
2 changes: 1 addition & 1 deletion modules/elastic/src/main/scala/ESClient.scala
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ object ESClient:
)
)

def apply[F[_]: {MonadCancelThrow, Functor, Executor}](client: ElasticClient, baseAttributes: Attributes)(
def apply[F[_]: { MonadCancelThrow, Functor, Executor }](client: ElasticClient, baseAttributes: Attributes)(
metric: Histogram[F, Double]
) = new ESClient[F]:

Expand Down
2 changes: 1 addition & 1 deletion modules/ingestor/src/main/scala/Repo.scala
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ object Repo:

type MongoCollection = GenericMongoCollection[IO, Document, [A] =>> fs2.Stream[IO, A]]

given [A] => HasDocId[ChangeStreamDocument[A]] :
given [A] => HasDocId[ChangeStreamDocument[A]]:
extension (change: ChangeStreamDocument[A])
def docId: Option[String] =
change.documentKey.flatMap(_.id)
Expand Down

0 comments on commit 95b95c4

Please sign in to comment.