mirror of https://github.com/sbt/sbt.git
some more source getting formatted
This commit is contained in:
parent
b850be856b
commit
40fae635c6
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Reference in New Issue