-
Notifications
You must be signed in to change notification settings - Fork 157
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: Fix RecipeAdhocSource test. #888
Conversation
docs/src/test/scala/docs/stream/cookbook/RecipeAdhocSource.scala
Outdated
Show resolved
Hide resolved
ff09b28
to
da082d4
Compare
@@ -14,11 +14,12 @@ | |||
package docs.stream.cookbook | |||
|
|||
import java.util.concurrent.atomic.{ AtomicBoolean, AtomicInteger } | |||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Since you have modified the import here, I think keep black line to separate org. apache. pekko
and java. util
besides I think the dependencies of pekko should be on the top part
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That's right. I can do that later with a sortImports.
lgtm if ci passed |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
refs: #886