Update scalafmt-core to 2.1.0 (#27831)

* Update scalafmt-core to 2.1.0

* scalafmt
This commit is contained in:
Scala Steward 2019-10-01 12:24:51 +02:00 committed by Arnout Engelen
parent b10a83ad9b
commit 6b17a7a15f
11 changed files with 33 additions and 22 deletions

View file

@ -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
}