Skip to content

Commit

Permalink
Reformat
Browse files Browse the repository at this point in the history
  • Loading branch information
sirthias committed Jul 1, 2024
1 parent dfcc044 commit 8e70bd6
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,11 @@ sealed trait SuperBody5 derives Codec.All

object SuperBody5:
case class AltCase(x: Int) extends SuperBody5
case object AltSingle extends SuperBody5
case object AltSingle extends SuperBody5

sealed trait SubBody extends SuperBody5 derives Codec.All
sealed trait SubBody extends SuperBody5 derives Codec.All
case class AltSub(x: Int) extends SubBody
case object AltSubSingle extends SubBody
case object AltSubSingle extends SubBody

enum Body5 extends SuperBody5 derives Codec.All:
case Earth, Moon, Sun
Expand Down

0 comments on commit 8e70bd6

Please sign in to comment.