Skip to content

Commit

Permalink
Merge pull request #82 from SwissDataScienceCenter/update/scalafmt-co…
Browse files Browse the repository at this point in the history
…re-3.8.1

chore: Update scalafmt-core from 3.8.0 to 3.8.1
  • Loading branch information
eikek authored Apr 2, 2024
2 parents a4d40dd + 15f6761 commit 27385a6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .git-blame-ignore-revs
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
# Scala Steward: Reformat with scalafmt 3.8.0
1033eb7071d821a2557f453190a041659c15fdf3

# Scala Steward: Reformat with scalafmt 3.8.1
0d4c0197766486922e32a707d5d2fc9760d9f528
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.0"
version = "3.8.1"

preset = default
align.preset = some
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ package io.renku.search.metrics

import cats.effect.{Resource, Sync}
import cats.syntax.all.*
import io.prometheus.client.{CollectorRegistry, Collector as JCollector}
import io.prometheus.client.{Collector as JCollector, CollectorRegistry}
import org.http4s.metrics.prometheus.PrometheusExportService

final case class CollectorRegistryBuilder[F[_]: Sync](
Expand Down

0 comments on commit 27385a6

Please sign in to comment.