Skip to content
This repository was archived by the owner on Apr 8, 2021. It is now read-only.

Commit cf7926d

Browse files
committed
Automatic reformattig
Somehow this one was missed to be published before.
1 parent 90f6ced commit cf7926d

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/main/scala/net/virtualvoid/sbt/graph/backend/SbtUpdateReport.scala

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,12 @@ object SbtUpdateReport {
4040
val jarFile = report.artifacts.find(_._1.`type` == "jar").orElse(report.artifacts.find(_._1.extension == "jar")).map(_._2)
4141
(
4242
Module(
43-
id = report.module,
44-
license = report.licenses.headOption.map(_._1),
45-
evictedByVersion = evictedByVersion,
46-
jarFile = jarFile,
47-
error = report.problem),
48-
report.callers.map(caller Edge(caller.caller, report.module)))
43+
id = report.module,
44+
license = report.licenses.headOption.map(_._1),
45+
evictedByVersion = evictedByVersion,
46+
jarFile = jarFile,
47+
error = report.problem),
48+
report.callers.map(caller Edge(caller.caller, report.module)))
4949
}
5050

5151
val (nodes, edges) = report.details.flatMap(moduleEdges).unzip

0 commit comments

Comments
 (0)