Skip to content

Commit

Permalink
spotless
Browse files Browse the repository at this point in the history
  • Loading branch information
jo-bao committed Feb 23, 2024
1 parent bdb9b0b commit 94aba27
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,10 @@ case class PrimaryServiceProxy(
)
case None =>
if (stateData.extSubscribers.nonEmpty) {
log.debug(s"Try to find external primary data for the model with uuid '{}'.", modelUuid)
log.debug(
s"Try to find external primary data for the model with uuid '{}'.",
modelUuid,
)
if (stateData.extSubscribers.exists(_ == modelUuid)) {
handleExternalModel(modelUuid, stateData, sender())
} else {
Expand Down

0 comments on commit 94aba27

Please sign in to comment.