Skip to content

Commit 9e302e4

Browse files
committed
Added extra empty row between toString and equals
1 parent 773177c commit 9e302e4

File tree

1 file changed

+1
-0
lines changed
  • client/deployment/src/main/resources/templates/libraries/microprofile

1 file changed

+1
-0
lines changed

client/deployment/src/main/resources/templates/libraries/microprofile/pojo.qute

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,7 @@ public class {m.classname} {#if m.parent}extends {m.parent}{/if}{#if serializabl
135135
sb.append("}");
136136
return sb.toString();
137137
}
138+
138139
{#if equals-hashcode}
139140
{#if m.vars.size > 0}
140141
@Override

0 commit comments

Comments
 (0)