mirror of
https://github.com/Kingsrook/qqq.git
synced 2025-07-18 13:10:44 +00:00
Fix checkstyle
This commit is contained in:
@ -116,6 +116,9 @@ public enum AdornmentType
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
/*******************************************************************************
|
||||||
|
**
|
||||||
|
*******************************************************************************/
|
||||||
public FieldAdornment toAdornment()
|
public FieldAdornment toAdornment()
|
||||||
{
|
{
|
||||||
return (new FieldAdornment(AdornmentType.SIZE, MapBuilder.of("width", name().toLowerCase())));
|
return (new FieldAdornment(AdornmentType.SIZE, MapBuilder.of("width", name().toLowerCase())));
|
||||||
|
Reference in New Issue
Block a user