style: fix lint (CI)

This commit is contained in:
usbharu 2025-02-18 08:04:49 +00:00 committed by github-actions[bot]
parent e4ebc0bc4e
commit fac35ba604
3 changed files with 3 additions and 3 deletions

View File

@ -17,4 +17,4 @@ class Link(
@JacksonXmlProperty(localName = "rel", isAttribute = true) val rel: String,
@JacksonXmlProperty(localName = "template", isAttribute = true) val template: String,
@JacksonXmlProperty(localName = "type", isAttribute = true) val type: String,
)
)

View File

@ -15,4 +15,4 @@ class WebFingerHostMetaLinkConfiguration(private val applicationConfig: Applicat
template = applicationConfig.url.resolve(".well-known/webfinger").toString() + "?resource={uri}"
)
}
}
}

View File

@ -29,4 +29,4 @@ class HostmetaController(private val linkList: List<Link> = emptyList()) {
fun hostmetaJson2(): WebHostMetadata {
return WebHostMetadata(linkList)
}
}
}