Format code [skip actions]

This commit is contained in:
github-actions 2023-06-20 20:38:14 +00:00
parent b58caf0632
commit e706cce802
2 changed files with 10 additions and 9 deletions

View File

@ -63,7 +63,8 @@ public final class GadgetGatherObject extends GadgetContent {
.getScene()
.getScriptManager()
.callEvent(
new ScriptArgs(getGadget().getGroupId(), EventType.EVENT_GATHER, getGadget().getConfigId()));
new ScriptArgs(
getGadget().getGroupId(), EventType.EVENT_GATHER, getGadget().getConfigId()));
getGadget()
.getScene()