Skip to content

Commit 4aae7e5

Browse files
committed
Reformat build.sbt
1 parent e882234 commit 4aae7e5

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

build.sbt

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -13,23 +13,23 @@ inThisBuild(
1313
semanticdbVersion := scalametaVersion,
1414
organization := "com.sourcegraph",
1515
homepage := Some(url("https://github.com/sourcegraph/lsif-java")),
16-
licenses := List(
17-
"Apache-2.0" -> url("http://www.apache.org/licenses/LICENSE-2.0")
18-
),
19-
developers := List(
20-
Developer(
21-
"olafurpg",
22-
"Ólafur Páll Geirsson",
23-
"olafurpg@sourcegraph.com",
24-
url("https://github.com/olafurpg")
25-
),
26-
Developer(
27-
"Strum355",
28-
"Noah Santschi-Cooney",
29-
"noah@sourcegraph.com",
30-
url("https://github.com/Strum355")
16+
licenses :=
17+
List("Apache-2.0" -> url("http://www.apache.org/licenses/LICENSE-2.0")),
18+
developers :=
19+
List(
20+
Developer(
21+
"olafurpg",
22+
"Ólafur Páll Geirsson",
23+
"olafurpg@sourcegraph.com",
24+
url("https://github.com/olafurpg")
25+
),
26+
Developer(
27+
"Strum355",
28+
"Noah Santschi-Cooney",
29+
"noah@sourcegraph.com",
30+
url("https://github.com/Strum355")
31+
)
3132
)
32-
)
3333
)
3434
)
3535

0 commit comments

Comments
 (0)