format source with scalafmt

This commit is contained in:
Auto Format 2019-03-11 10:38:24 +01:00 committed by Patrik Nordwall
parent 0f40491d42
commit ce404e4f53
1669 changed files with 43208 additions and 35404 deletions

View file

@ -16,8 +16,7 @@ class SinkRecipeDocSpec extends RecipeSpec {
//#forseachAsync-processing
//def asyncProcessing(value: Int): Future[Unit] = _
Source(1 to 100)
.runWith(Sink.foreachAsync(10)(asyncProcessing))
Source(1 to 100).runWith(Sink.foreachAsync(10)(asyncProcessing))
//#forseachAsync-processing
}
}