Format code [skip actions]

This commit is contained in:
github-actions 2023-06-27 05:51:09 +00:00
parent 83d447cfc2
commit 308686d9e7

View File

@ -813,7 +813,8 @@ public class SceneScriptManager {
.filter(
t ->
t.getName().substring(13).equals(String.valueOf(params.param1))
&& (t.getSource().isEmpty() || t.getSource().equals(params.getEventSource())))
&& (t.getSource().isEmpty()
|| t.getSource().equals(params.getEventSource())))
.collect(Collectors.toSet());
default -> this.getTriggersByEvent(eventType).stream()
.filter(