Skip to content

Commit

Permalink
Update scalafmt-core to 3.7.8
Browse files Browse the repository at this point in the history
  • Loading branch information
47erbot authored Jul 12, 2023
1 parent d56cf38 commit f9d96a0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 10 deletions.
2 changes: 2 additions & 0 deletions .git-blame-ignore-revs
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Scala Steward: Reformat with scalafmt 3.7.8
96bba9c8f4409c4e91d51ff415444d4e85e3156b
6 changes: 1 addition & 5 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -175,11 +175,7 @@ import cats.effect.unsafe.implicits.global

val transactor: Transactor[IO] =
Transactor.fromDriverManager[IO](
driver = "org.h2.Driver",
url = "jdbc:h2:mem:test;DB_CLOSE_DELAY=-1",
user = "",
password = "",
logHandler = None
driver = "org.h2.Driver", url = "jdbc:h2:mem:test;DB_CLOSE_DELAY=-1", user = "", password = "", logHandler = None
)

sql"CREATE TABLE IF NOT EXISTS test (id UUID NOT NULL)".update.run.transact(transactor).unsafeRunSync()
Expand Down
6 changes: 1 addition & 5 deletions microsite/src/main/docs/docs/memeid4s_doobie.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,7 @@ import cats.effect.unsafe.implicits.global

val transactor: Transactor[IO] =
Transactor.fromDriverManager[IO](
driver = "org.h2.Driver",
url = "jdbc:h2:mem:test;DB_CLOSE_DELAY=-1",
user = "",
password = "",
logHandler = None
driver = "org.h2.Driver", url = "jdbc:h2:mem:test;DB_CLOSE_DELAY=-1", user = "", password = "", logHandler = None
)

sql"CREATE TABLE IF NOT EXISTS test (id UUID NOT NULL)".update.run.transact(transactor).unsafeRunSync()
Expand Down

0 comments on commit f9d96a0

Please sign in to comment.