Minor formatting fixes

This commit is contained in:
md_5
2021-07-22 11:46:41 +10:00
parent 2e0e88db0d
commit bda1605627
2 changed files with 2 additions and 2 deletions

View File

@@ -85,7 +85,7 @@ public class BaseComponentSerializer
{
components = new BaseComponent[]
{
context.deserialize( contents, BaseComponent.class )
context.deserialize( contents, BaseComponent.class )
};
}
hoverEvent = new HoverEvent( action, components );