From e2f4ff7a69acac4a1580ff61c3e4ae128ed19921 Mon Sep 17 00:00:00 2001
From: Noel Welsh <noel@noelwelsh.com>
Date: Sun, 10 Dec 2023 18:37:21 +0000
Subject: [PATCH] Formatting

---
 build.sbt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build.sbt b/build.sbt
index 7202ee6..b2d0d9e 100644
--- a/build.sbt
+++ b/build.sbt
@@ -12,7 +12,7 @@ Global / onChangedBuildSource := ReloadOnSourceChanges
 
 val commonSettings = Seq(
   libraryDependencies ++= Seq(
-          "org.typelevel" %% "cats-core" % "2.10.0",
+      "org.typelevel" %% "cats-core" % "2.10.0",
       "org.typelevel" %% "cats-effect" % "3.5.2",
       "org.scalameta" %% "munit" % "0.7.29" % Test,
       "org.typelevel" %% "munit-cats-effect-3" % "1.0.7" % Test,