+build Add sort imports support. (#28780)
* Add scalafix plugin for jdk 9. * Add command alias sortImports. * Excludes some sources from SortImports. * Update SortImports to 0.4.0 * Sort imports with `sortImports` command.
This commit is contained in:
parent
ea7205eaf7
commit
0e4d41ad33
1534 changed files with 7454 additions and 6165 deletions
|
|
@ -4,9 +4,7 @@
|
|||
|
||||
package akka.stream.scaladsl
|
||||
|
||||
import akka.stream.testkit.Utils.TE
|
||||
import akka.stream.testkit.scaladsl.StreamTestKit.assertAllStagesStopped
|
||||
import akka.stream.testkit.{ StreamSpec, TestPublisher, TestSubscriber }
|
||||
import akka.{ Done, NotUsed }
|
||||
import akka.stream.{
|
||||
AbruptStageTerminationException,
|
||||
AbruptTerminationException,
|
||||
|
|
@ -14,7 +12,9 @@ import akka.stream.{
|
|||
NeverMaterializedException,
|
||||
SubscriptionWithCancelException
|
||||
}
|
||||
import akka.{ Done, NotUsed }
|
||||
import akka.stream.testkit.{ StreamSpec, TestPublisher, TestSubscriber }
|
||||
import akka.stream.testkit.Utils.TE
|
||||
import akka.stream.testkit.scaladsl.StreamTestKit.assertAllStagesStopped
|
||||
|
||||
class FlowFlatMapPrefixSpec extends StreamSpec {
|
||||
def src10(i: Int = 0) = Source(i until (i + 10))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue