Skip to content

Commit b457ba3

Browse files
committed
lint
1 parent f44c7bc commit b457ba3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

buildSrc/src/main/kotlin/dokka-convention.gradle.kts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -105,9 +105,9 @@ tasks.register("trimNavigations") {
105105
val toggleButton = moduleRow.select("button.toc--button").single()
106106
toggleButton.remove()
107107

108-
moduleMenu.children().filterNot { it == moduleRow }.forEach {
109-
it.remove()
110-
}
108+
moduleMenu.children()
109+
.filterNot { it == moduleRow }
110+
.forEach { it.remove() }
111111
}
112112

113113
// Update navigation.html

0 commit comments

Comments
 (0)