Skip to content

Commit 4540390

Browse files
committed
fmt
1 parent b2e6c9b commit 4540390

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

ci-release.sbt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ ThisBuild / githubWorkflowPublish := Seq(
3131

3232
ThisBuild / licenses += ("Apache-2.0", url("http://www.apache.org/licenses/LICENSE-2.0"))
3333

34-
ThisBuild / developers := List(
34+
ThisBuild / developers := List(
3535
Developer("KS2003", "Yana Karpysheva", "karpyshev03@mail.ru", url("https://github.com/KS2003")),
3636
Developer(
3737
"mikhailchuryakov",
@@ -45,8 +45,8 @@ ThisBuild / developers := List(
4545
Developer("skye17", "Anastasiya Ermolaeva", "a.ermolaeva@tinkoff.ru", url("https://github.com/skye17"))
4646
)
4747

48-
ThisBuild / organization := "tf.tofu"
49-
ThisBuild / organizationName := "Tofu"
48+
ThisBuild / organization := "tf.tofu"
49+
ThisBuild / organizationName := "Tofu"
5050

5151
ThisBuild / homepage := Some(url("https://github.com/tf-tofu/cherry"))
5252

@@ -59,4 +59,4 @@ ThisBuild / scmInfo := Some(
5959
)
6060
)
6161

62-
ThisBuild / githubWorkflowEnv += "CI" -> "true"
62+
ThisBuild / githubWorkflowEnv += "CI" -> "true"

0 commit comments

Comments
 (0)