1
0
mirror of https://github.com/octoleo/plantuml.git synced 2025-02-02 20:18:32 +00:00

Add empty line between code blocks

This commit is contained in:
Kir Ax 2021-03-14 23:40:04 +07:00
parent 869143866f
commit 8b99027a83

View File

@ -94,6 +94,7 @@ public class EntityImageLollipopInterface extends AbstractEntityImage {
if (url != null) { if (url != null) {
ug.startUrl(url); ug.startUrl(url);
} }
ug.startGroup(UGroupType.CLASS, "elem " + getEntity().getCode() + " selected"); ug.startGroup(UGroupType.CLASS, "elem " + getEntity().getCode() + " selected");
ug.apply(new UStroke(1.5)).draw(circle); ug.apply(new UStroke(1.5)).draw(circle);
ug.closeGroup(); ug.closeGroup();