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:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user