Skip to content

Commit

Permalink
Apply auto-formatting rules
Browse files Browse the repository at this point in the history
  • Loading branch information
weco-bot committed Jan 6, 2025
1 parent f1f6c14 commit 632cb27
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ object CLIMain extends App {
paths: Seq[Path] => pathsProcessor(paths)
}

private val toPathFlow: Flow[String, Path, NotUsed] =
Flow[String].map(PathFromString)
private val toPathFlow: Flow[String, Path, NotUsed] =
Flow[String].map(PathFromString)

stdinSource
.via(lineDelimiter)
Expand Down

0 comments on commit 632cb27

Please sign in to comment.