pjfanning commented on code in PR #888:
URL: https://github.com/apache/incubator-pekko/pull/888#discussion_r1437497649
##########
docs/src/test/scala/docs/stream/cookbook/RecipeAdhocSource.scala:
##########
@@ -13,12 +13,14 @@
package docs.stream.cookbook
-import java.util.concurrent.atomic.{ AtomicBoolean, AtomicInteger }
-import org.apache.pekko.stream.scaladsl.Source
-import org.apache.pekko.stream.testkit.scaladsl.TestSink
-import org.apache.pekko.testkit.TimingTest
-import org.apache.pekko.{ Done, NotUsed }
+import java.util.concurrent.atomic.{AtomicBoolean, AtomicInteger}
+import org.apache.pekko
+import pekko.stream.scaladsl.Source
+import pekko.stream.testkit.scaladsl.TestSink
+import pekko.stream.BackpressureTimeoutException
+import pekko.testkit.TimingTest
+import pekko.{Done, NotUsed}
Review Comment:
looks like a scalafrmt issue will happen - should be `pekko.{ Done, NotUsed
}` - also line 17
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]