some more source getting formatted

This commit is contained in:
Eugene Yokota 2014-05-02 18:07:05 -04:00
parent b850be856b
commit 40fae635c6
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")