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 24, 2024
1 parent d218bb2 commit 704060d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion module/ldbc-dsl/src/main/scala/ldbc/dsl/package.scala
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ package object dsl:
def orderByOpt(s1: Option[SQL], s2: Option[SQL], ss: Option[SQL]*): Mysql[F] =
orderByOpt((s1 :: s2 :: ss.toList).flatten)

//type DBIO[T] = ldbc.dsl.DBIO[F, T]
// type DBIO[T] = ldbc.dsl.DBIO[F, T]
export ldbc.dsl.DBIO

export ldbc.dsl.logging.LogHandler
Expand Down

0 comments on commit 704060d

Please sign in to comment.