Skip to content

Commit

Permalink
OOPS: Scalafmt run
Browse files Browse the repository at this point in the history
  • Loading branch information
davesmith00000 committed Nov 8, 2024
1 parent 16f82df commit c7f0da9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions indigo/indigo/src/main/scala/indigo/package.scala
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,7 @@ object syntax:
extension [A](l: List[Option[A]]) def sequence: Option[List[A]] = NonEmptyList.sequenceListOption(l)
extension [A](l: NonEmptyList[Option[A]]) def sequence: Option[NonEmptyList[A]] = NonEmptyList.sequenceOption(l)

extension (s: Size)
def toGameViewport: GameViewport = GameViewport(s)
extension (s: Size) def toGameViewport: GameViewport = GameViewport(s)

// Timeline animations
object animations:
Expand Down

0 comments on commit c7f0da9

Please sign in to comment.