refactor: Reformat Code with chome NS code style !!!

too lazy to export it somewhere, if you need it feel free to ask me
This commit is contained in:
ChomeNS
2025-04-01 09:58:31 +07:00
parent 156a5af47f
commit 90323d3552
151 changed files with 1226 additions and 1095 deletions

View File

@@ -23,7 +23,7 @@ public class GetLatestChatMessageFunction extends EvalFunction implements ChatPl
}
@Override
public Output execute(Object... args) {
public Output execute (Object... args) {
return new Output(latestMessage, true);
}
}