aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIlya Kirillov <darthorimar@users.noreply.github.com>2017-06-28 16:57:49 +0300
committerIlya Kirillov <darthorimar@users.noreply.github.com>2017-06-28 16:57:49 +0300
commit2c1d4d79ca27fdad32a4adb0980600d4b2bb7639 (patch)
tree3d104ad908940b532d1455922c77b92122039598
parent35c1488e2a1afe26b53399ccbc94b1730c85f377 (diff)
downloadcbt-2c1d4d79ca27fdad32a4adb0980600d4b2bb7639.tar.gz
cbt-2c1d4d79ca27fdad32a4adb0980600d4b2bb7639.tar.bz2
cbt-2c1d4d79ca27fdad32a4adb0980600d4b2bb7639.zip
Indetation fixes
-rw-r--r--stage2/plugins/ExportBuildInformation.scala4
1 files changed, 1 insertions, 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)