mirror of https://github.com/sbt/sbt.git
Code formatting
This commit is contained in:
parent
9a240cd8bd
commit
4fd01afdb5
|
|
@ -70,8 +70,8 @@ final class Dependency(val global: CallbackGlobal) extends LocateClassFile with
|
|||
// is better than recompiling *every* time, which seems to happen if we let the directory propagate
|
||||
// to `binaryDependency`.
|
||||
for (zip <- ze.underlyingSource; zipFile <- Option(zip.file).filterNot(_.isDirectory)) binaryDependency(zipFile, className)
|
||||
case pf: PlainFile => binaryDependency(pf.file, className)
|
||||
case _ => ()
|
||||
case pf: PlainFile => binaryDependency(pf.file, className)
|
||||
case _ => ()
|
||||
}
|
||||
case None => ()
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue