Skip to content

Commit

Permalink
Try to fixup scalafmt
Browse files Browse the repository at this point in the history
Signed-off-by: lloydmeta <lloydmeta@gmail.com>
  • Loading branch information
lloydmeta committed May 6, 2024
1 parent 3131789 commit a3e0d53
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions enumeratum-core/src/main/scala-3/enumeratum/EnumCompat.scala
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,10 @@ private[enumeratum] trait EnumCompat[A <: EnumEntry] { _enum: Enum[A] =>

private[enumeratum] trait EnumCompanion {

// format: off
/** Finds the `Enum` companion object for a particular `EnumEntry`. */
implicit inline def materializeEnum[A <: EnumEntry]: Enum[A] =
${ EnumMacros.materializeEnumImpl[A, Enum[A]] }
// format: on

}

0 comments on commit a3e0d53

Please sign in to comment.