Automatic reformattig

Somehow this one was missed to be published before.
This commit is contained in:
Johannes Rudolph 2018-07-17 12:13:58 +02:00
parent 90f6cedb34
commit cf7926d4f5
No known key found for this signature in database
GPG Key ID: 4D293A24CCD39E19
1 changed files with 6 additions and 6 deletions

View File

@ -40,12 +40,12 @@ object SbtUpdateReport {
val jarFile = report.artifacts.find(_._1.`type` == "jar").orElse(report.artifacts.find(_._1.extension == "jar")).map(_._2)
(
Module(
id = report.module,
license = report.licenses.headOption.map(_._1),
evictedByVersion = evictedByVersion,
jarFile = jarFile,
error = report.problem),
report.callers.map(caller Edge(caller.caller, report.module)))
id = report.module,
license = report.licenses.headOption.map(_._1),
evictedByVersion = evictedByVersion,
jarFile = jarFile,
error = report.problem),
report.callers.map(caller Edge(caller.caller, report.module)))
}
val (nodes, edges) = report.details.flatMap(moduleEdges).unzip