Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
jatcwang committed Oct 28, 2024
1 parent 36dc183 commit 9eefe85
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -294,10 +294,10 @@ lazy val log4cats = project
libraryDependencies += "org.typelevel" %% "log4cats-core" % log4catsVersion
)

lazy val fixme = project
.in(file("modules/fixme"))
.settings(doobieSettings)
.dependsOn(core)
//lazy val fixme = project
// .in(file("modules/fixme"))
// .settings(doobieSettings)
// .dependsOn(core)

lazy val example = project
.in(file("modules/example"))
Expand Down
2 changes: 1 addition & 1 deletion modules/core/src/main/scala/doobie/util/read.scala
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ and similarly with Get:
And find the missing instance and construct it as needed. Refer to Chapter 12
of the book of doobie for more information.
""")
*/
*/
sealed trait Read[A] {
def unsafeGet(rs: ResultSet, startIdx: Int): A
def gets: List[(Get[?], NullabilityKnown)]
Expand Down

0 comments on commit 9eefe85

Please sign in to comment.