Skip to content

Commit

Permalink
Code format for GlobalRuleConfigurationEventSubscriber (#31921)
Browse files Browse the repository at this point in the history
  • Loading branch information
terrymanu authored Jun 29, 2024
1 parent e99d425 commit 1da02af
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ public final class GlobalRuleConfigurationEventSubscriber implements EventSubscr
*/
@Subscribe
public synchronized void renew(final AlterGlobalRuleConfigurationEvent event) {
if (!event.getActiveVersion().equals(contextManager.getPersistServiceFacade().getMetaDataPersistService().getMetaDataVersionPersistService()
.getActiveVersionByFullPath(event.getActiveVersionKey()))) {
if (!event.getActiveVersion().equals(
contextManager.getPersistServiceFacade().getMetaDataPersistService().getMetaDataVersionPersistService().getActiveVersionByFullPath(event.getActiveVersionKey()))) {
return;
}
contextManager.getPersistServiceFacade().getMetaDataPersistService().getGlobalRuleService().load(event.getRuleSimpleName())
Expand Down

0 comments on commit 1da02af

Please sign in to comment.