Skip to content

Commit

Permalink
Unnecessary semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
qmonmert committed Jan 3, 2025
1 parent a8abf8b commit 1ccaa84
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ for (relationship of relationships) {
private <%= relationship.otherEntity.persistClass %> <%= relationship.relationshipFieldName %>;
<%_ } _%>
<%_ }; _%>
<%_ } _%>
<&- fragments.classAdditionalRelationshipsSection() -&>
// jhipster-needle-entity-add-field - JHipster will add fields here
<%_ for (const field of fields.filter(field => !field.transient && (embedded || !field.id || !primaryKey.composite))) { _%>
Expand Down

0 comments on commit 1ccaa84

Please sign in to comment.