From 2c1d4d79ca27fdad32a4adb0980600d4b2bb7639 Mon Sep 17 00:00:00 2001 From: Ilya Kirillov Date: Wed, 28 Jun 2017 16:57:49 +0300 Subject: Indetation fixes --- stage2/plugins/ExportBuildInformation.scala | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/stage2/plugins/ExportBuildInformation.scala b/stage2/plugins/ExportBuildInformation.scala index ea1afeb..c5c69ab 100644 --- a/stage2/plugins/ExportBuildInformation.scala +++ b/stage2/plugins/ExportBuildInformation.scala @@ -191,9 +191,7 @@ object BuildInformation { implicit val classLoaderCache: ClassLoaderCache = rootBuild.context.classLoaderCache val sourceJars = jars .map { d => - Try( - d.copy(mavenDependency = d.mavenDependency.copy(classifier = Classifier.sources)).jar - ) + Try(d.copy(mavenDependency = d.mavenDependency.copy(classifier = Classifier.sources)).jar) } .flatMap { case Success(j) => Some(j) -- cgit v1.2.3