Skip to content

Commit

Permalink
fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
cfkoehler committed Nov 20, 2024
1 parent df7145a commit f6de88a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/java/emissary/place/CoordinationPlace.java
Original file line number Diff line number Diff line change
Expand Up @@ -322,9 +322,9 @@ protected void applyOutputForm(IBaseDataObject d) {
if (pushForm) {
d.pushCurrentForm(outputForm);
} else {

if (logger.isDebugEnabled()) {
logger.debug("Object has {} number of forms in the Stack. CoordinationPlace Setting top form from {} to {}", d.currentFormSize(), d.currentForm(), outputForm);
logger.debug("Object has {} number of forms in the Stack. CoordinationPlace Setting top form from {} to {}", d.currentFormSize(),
d.currentForm(), outputForm);
}
d.setCurrentForm(outputForm);
}
Expand Down

0 comments on commit f6de88a

Please sign in to comment.