Skip to content

Commit

Permalink
Eliminated long lines
Browse files Browse the repository at this point in the history
  • Loading branch information
propensive committed Jan 23, 2025
1 parent bb9e54f commit f6e67ac
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/core/ethereal-core.scala
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,8 @@ def cli[BusType <: Matchable](using executive: Executive)
else ColorDepth(safely(mute[ExecEvent](sh"tput colors".exec[Text]().decode[Int])).or(-1))

val stdio: Stdio =
Stdio(ji.PrintStream(socket.getOutputStream.nn), ji.PrintStream(lazyStderr), in, termcap)
Stdio
(ji.PrintStream(socket.getOutputStream.nn), ji.PrintStream(lazyStderr), in, termcap)

def deliver(sourcePid: Pid, message: BusType): Unit = clients.use: clients =>
clients.each: (pid, client) =>
Expand Down

0 comments on commit f6e67ac

Please sign in to comment.