Skip to content

Commit

Permalink
Fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcardell committed Sep 20, 2024
1 parent 19560a6 commit 4a67be5
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ class JavaProviderItTest extends CatsEffectSuite with TestContainerForAll {
.getContainerByServiceName("flagd")
.get

val flagdProvider =
val provider =
new FlagdProvider(
FlagdOptions
.builder()
Expand All @@ -62,10 +62,10 @@ class JavaProviderItTest extends CatsEffectSuite with TestContainerForAll {
.build()
)

JavaProvider
.resource[IO](flagdProvider)
.map(OpenFeature[IO])
.evalMap(_.client)
JavaProvider
.resource[IO](provider)
.map(OpenFeature[IO])
.evalMap(_.client)
}

val evaluationContext = EvaluationContext.empty
Expand Down

0 comments on commit 4a67be5

Please sign in to comment.