Skip to content

Commit

Permalink
Reformat with scalafmt 3.8.6
Browse files Browse the repository at this point in the history
Executed command: scalafmt --non-interactive
  • Loading branch information
scala-steward committed Jan 25, 2025
1 parent a36e1fe commit 12ea712
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions prox-core/src/main/scala/io/github/vigoo/prox/runner.scala
Original file line number Diff line number Diff line change
Expand Up @@ -240,8 +240,10 @@ trait ProcessRunnerModule {
firstProcess: Process[ProxStream[Byte], E]
with RedirectableInput[Process[ProxStream[Byte], E]],
previousOutput: ProxStream[Byte],
remainingProcesses: List[Process[ProxStream[Byte], E]
with RedirectableInput[Process[ProxStream[Byte], E]]],
remainingProcesses: List[
Process[ProxStream[Byte], E]
with RedirectableInput[Process[ProxStream[Byte], E]]
],
startedProcesses: List[RunningProcess[_, E, Info]]
): ProxIO[(List[RunningProcess[_, E, Info]], ProxStream[Byte])] = {
startProcess(
Expand Down

0 comments on commit 12ea712

Please sign in to comment.