Skip to content

Commit

Permalink
Reformat with scalafmt 3.8.3
Browse files Browse the repository at this point in the history
Executed command: scalafmt --non-interactive
  • Loading branch information
scala-steward-geirolz[bot] authored and mergify[bot] committed Jul 28, 2024
1 parent 916891d commit caf370e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ class ConvertersInstancesTestForText extends AnyFunSuite with ConvertersAssertsU
Converter[Double , Text].test(1.0d , Text("1.0"))

case class CustomType(v: Int)
implicit val customTypeAsValidatedValueConverter: CustomType As ValidatedValue =
implicit val customTypeAsValidatedValueConverter: CustomType As ValidatedValue =
Converter.of(ct => SimpleValue(ct.v.toString).nonEmpty)

Converter[CustomType, Try[Text]].test(CustomType(1), Success(Text("1")))
Expand Down

0 comments on commit caf370e

Please sign in to comment.