Skip to content

Commit

Permalink
Minor formatting fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
md-5 committed Mar 30, 2024
1 parent 0851e39 commit 84d0ea7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ protected void deserialize(JsonObject object, BaseComponent component, JsonDeser
{
list = new Content[]
{
context.deserialize( contents, HoverEvent.getClass( action, false ) )
context.deserialize( contents, HoverEvent.getClass( action, false ) )
};
}
hoverEvent = new HoverEvent( action, new ArrayList<>( Arrays.asList( list ) ) );
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -853,8 +853,8 @@ public void testStyleIsEmpty()
assertTrue( style.isEmpty() );

style = ComponentStyle.builder()
.bold( true )
.build();
.bold( true )
.build();
assertFalse( style.isEmpty() );
}

Expand Down

0 comments on commit 84d0ea7

Please sign in to comment.