Skip to content

Commit

Permalink
add necessary line
Browse files Browse the repository at this point in the history
  • Loading branch information
XiaofeiCao committed Oct 30, 2024
1 parent 1e343bb commit 49ef34b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ public String getForChangelog() {
return "";
}
StringBuilder builder = new StringBuilder();
builder.append(String.format("#### `%s` was %s", className, type.getDisplayName()));
builder.append(String.format("#### `%s` was %s\n", className, type.getDisplayName()));
for (String methodChange : methodChanges) {
builder
.append("* ")
Expand Down

0 comments on commit 49ef34b

Please sign in to comment.