Fix checkstyle

This commit is contained in:
2023-03-09 16:44:03 -06:00
parent 054c34918d
commit bfe138c018

View File

@ -116,6 +116,9 @@ public enum AdornmentType
/*******************************************************************************
**
*******************************************************************************/
public FieldAdornment toAdornment()
{
return (new FieldAdornment(AdornmentType.SIZE, MapBuilder.of("width", name().toLowerCase())));