Skip to content

Commit 76263e0

Browse files
committed
Add a new line between title and body
1 parent 78a3fd0 commit 76263e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dangerfile.df.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import systems.danger.kotlin.models.github.GitHubIssueLabel
66
danger(args) {
77
if (git.modifiedFiles.any { it.contains("json-schema-validator/api/") }) {
88
markdown(
9-
"## PR introduces changes to the public API<br/>" +
9+
"## PR introduces changes to the public API<br/>\n" +
1010
"Please add **\"ABI breaking\"** label if **any line** in API file was changed or deleted.<br/>" +
1111
"Please add **\"API breaking\"** label if **any public method** in API file was changed or deleted.",
1212
)

0 commit comments

Comments
 (0)