Merge pull request #1308 from sbt/wip/moreformatting

some more source getting formatted
This commit is contained in:
Josh Suereth 2014-05-03 13:19:53 -04:00
commit 6d2b3b2d08
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ private[sbt] object InheritInput {
def apply(p: JProcessBuilder): Boolean = (redirectInput, inherit) match {
case (Some(m), Some(f)) =>
m.invoke(p, f); true
case _ => false
case _ => false
}
private[this] val pbClass = Class.forName("java.lang.ProcessBuilder")