Skip to content

Commit 0456cae

Browse files
committed
fix bracket
1 parent acb54de commit 0456cae

1 file changed

Lines changed: 9 additions & 8 deletions

File tree

build.gradle.kts

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -66,14 +66,15 @@ intellijPlatform {
6666

6767
val changelog = project.changelog
6868
changeNotes = providers.gradleProperty("plugin.version").map { pluginVersion ->
69-
with(changelog) {
70-
renderItem(
71-
(getOrNull(pluginVersion) ?: getUnreleased())
72-
.withHeader(false)
73-
.withEmptySections(false),
74-
Changelog.OutputType.HTML,
75-
)
76-
}
69+
with(changelog) {
70+
renderItem(
71+
(getOrNull(pluginVersion) ?: getUnreleased())
72+
.withHeader(false)
73+
.withEmptySections(false),
74+
Changelog.OutputType.HTML,
75+
)
76+
}
77+
}
7778
}
7879

7980
signing {

0 commit comments

Comments
 (0)