improved scalafiddle integration

This commit is contained in:
andrea 2018-08-02 11:02:04 +01:00
parent 001a7569b9
commit de3dbea7b4
7 changed files with 12 additions and 5 deletions

View file

@ -159,7 +159,6 @@ class TwitterStreamQuickstartDocSpec extends AkkaSpec {
.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
// $FiddleDependency org.akka-js %%% akkajsactorstream % 1.2.5.1
//#fiddle_code
.value
}