From f9d96a06454841e2a5ece56f7398805f64152fd9 Mon Sep 17 00:00:00 2001 From: 47erbot Date: Wed, 12 Jul 2023 07:21:20 +0200 Subject: [PATCH] Update scalafmt-core to 3.7.8 --- .git-blame-ignore-revs | 2 ++ docs/README.md | 6 +----- microsite/src/main/docs/docs/memeid4s_doobie.md | 6 +----- 3 files changed, 4 insertions(+), 10 deletions(-) create mode 100644 .git-blame-ignore-revs diff --git a/.git-blame-ignore-revs b/.git-blame-ignore-revs new file mode 100644 index 00000000..4107e04d --- /dev/null +++ b/.git-blame-ignore-revs @@ -0,0 +1,2 @@ +# Scala Steward: Reformat with scalafmt 3.7.8 +96bba9c8f4409c4e91d51ff415444d4e85e3156b diff --git a/docs/README.md b/docs/README.md index f17b721a..3a85d456 100644 --- a/docs/README.md +++ b/docs/README.md @@ -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() diff --git a/microsite/src/main/docs/docs/memeid4s_doobie.md b/microsite/src/main/docs/docs/memeid4s_doobie.md index 7c7f14c9..7d7a3195 100644 --- a/microsite/src/main/docs/docs/memeid4s_doobie.md +++ b/microsite/src/main/docs/docs/memeid4s_doobie.md @@ -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()