Skip to content

Commit

Permalink
Action sbt scalafmtAll
Browse files Browse the repository at this point in the history
  • Loading branch information
takapi327 committed Dec 23, 2024
1 parent 1f5147a commit 563be6d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ package ldbc.statement.interpreter

type ToTuple[T] <: Tuple = T match
case h *: EmptyTuple => Tuple1[h]
case h *: t => h *: ToTuple[t]
case _ => Tuple1[T]
case h *: t => h *: ToTuple[t]
case _ => Tuple1[T]

0 comments on commit 563be6d

Please sign in to comment.