He-Pin opened a new pull request, #3278: URL: https://github.com/apache/pekko/pull/3278
### Motivation In PR #3274, @pjfanning noted that `com.typesafe.config.Config` was placed after pekko imports, breaking the visual grouping of pekko imports in the state store plugin example files. ### Modification Moved `com.typesafe.config` imports before `org.apache.pekko` in `MyStateStore.scala` and `PersistenceStatePluginDocSpec.scala` so that all pekko imports are grouped together, consistent with the convention in other persistence doc files. ### Result Import order follows the established convention: `scala.*` → `com.*` → `org.apache.pekko`/`pekko.*` → `org.*` ### Tests - `sbt docs/compile` → success - `sbt "docs/Test/testOnly docs.persistence.state.PersistenceStatePluginDocSpec"` → 2/2 passed ### References Refs #3274 -- 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]
