Skip to content
This repository has been archived by the owner on Dec 13, 2023. It is now read-only.

Commit

Permalink
run ./gradlew spotlessApply
Browse files Browse the repository at this point in the history
  • Loading branch information
wy-hua committed Nov 10, 2023
1 parent 5620b3a commit 9b0d946
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ public void updateEventHandler(EventHandler eventHandler) {
throw new NotFoundException(
"EventHandler with name %s not found!", eventHandler.getName());
}
if(!existing.getEvent().equals(eventHandler.getEvent())){
if (!existing.getEvent().equals(eventHandler.getEvent())) {
removeIndex(existing);
}
index(eventHandler);
Expand Down

0 comments on commit 9b0d946

Please sign in to comment.