mirror of https://github.com/sbt/sbt.git
Formatting
This commit is contained in:
parent
25c5c938c6
commit
d7696cc445
|
|
@ -188,11 +188,11 @@ case class Files(
|
||||||
checksum.fold(res) { sumType =>
|
checksum.fold(res) { sumType =>
|
||||||
res
|
res
|
||||||
.flatMap{
|
.flatMap{
|
||||||
case err @ -\/(_) => Task.now(err)
|
case err @ -\/(_) => Task.now(err)
|
||||||
case \/-(f) =>
|
case \/-(f) =>
|
||||||
validateChecksum(artifact, sumType)
|
validateChecksum(artifact, sumType)
|
||||||
.map(_.map(_ => f))
|
.map(_.map(_ => f))
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue