Reformat with scalafmt 3.8.2
Executed command: scalafmt --non-interactive
This commit is contained in:
parent
ec2f01ea8c
commit
fa1351b213
22 changed files with 47 additions and 43 deletions
|
|
@ -187,12 +187,8 @@ object StreamOperatorsIndexGenerator extends AutoPlugin {
|
|||
.map(_.replaceAll("Mat$", ""))
|
||||
.map(method => (element, method))
|
||||
} ++ List(
|
||||
(noElement, "Partition"),
|
||||
(noElement, "MergeSequence"),
|
||||
(noElement, "Broadcast"),
|
||||
(noElement, "Balance"),
|
||||
(noElement, "Unzip"),
|
||||
(noElement, "UnzipWith"))
|
||||
(noElement, "Partition"), (noElement, "MergeSequence"), (noElement, "Broadcast"), (noElement, "Balance"),
|
||||
(noElement, "Unzip"), (noElement, "UnzipWith"))
|
||||
|
||||
val sourceAndFlow =
|
||||
defs.collect { case ("Source", method) => method }.intersect(defs.collect { case ("Flow", method) => method })
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue