Skip to content

Commit 27a2ad7

Browse files
author
Michael Whapples
committed
Suppress warning about unused receiver.
1 parent beac120 commit 27a2ad7

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • brailleblaster-ebraille/src/main/kotlin/org/brailleblaster/ebraille/bbx2html

brailleblaster-ebraille/src/main/kotlin/org/brailleblaster/ebraille/bbx2html/convert.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ object BBX2HTML {
4545
internal val Element.style: String?
4646
get() = getAttributeValue(UTDElements.UTD_STYLE_ATTRIB)
4747

48+
@Suppress("UnusedReceiverParameter")
4849
private fun Element.processHead(): Collection<Node> = listOf()
4950

5051
internal fun Element.processChildren(): Collection<Node> = childElements.flatMap {

0 commit comments

Comments
 (0)