Update scalafmt-core to 2.1.0 (#27831)
* Update scalafmt-core to 2.1.0 * scalafmt
This commit is contained in:
parent
b10a83ad9b
commit
6b17a7a15f
11 changed files with 33 additions and 22 deletions
|
|
@ -157,7 +157,6 @@ class TwitterStreamQuickstartDocSpec extends AkkaSpec {
|
|||
.mapConcat(identity) // Flatten the set of hashtags to a stream of hashtags
|
||||
.map(_.name.toUpperCase) // Convert all hashtags to upper case
|
||||
.runWith(Sink.foreach(println)) // Attach the Flow to a Sink that will finally print the hashtags
|
||||
|
||||
//#fiddle_code
|
||||
.value
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue