You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When jdom writes a close of an empty element, it always leaves a space like: <element />. It would be great to be able to configure this to not leave the space (as is done in spotless and other places).
The text was updated successfully, but these errors were encountered:
When jdom writes a close of an empty element, it always leaves a space like:
<element />
. It would be great to be able to configure this to not leave the space (as is done in spotless and other places).The text was updated successfully, but these errors were encountered: