mirror of https://github.com/usbharu/Hideout.git
style: fix lint (CI)
This commit is contained in:
parent
e4ebc0bc4e
commit
fac35ba604
|
@ -17,4 +17,4 @@ class Link(
|
||||||
@JacksonXmlProperty(localName = "rel", isAttribute = true) val rel: String,
|
@JacksonXmlProperty(localName = "rel", isAttribute = true) val rel: String,
|
||||||
@JacksonXmlProperty(localName = "template", isAttribute = true) val template: String,
|
@JacksonXmlProperty(localName = "template", isAttribute = true) val template: String,
|
||||||
@JacksonXmlProperty(localName = "type", isAttribute = true) val type: String,
|
@JacksonXmlProperty(localName = "type", isAttribute = true) val type: String,
|
||||||
)
|
)
|
||||||
|
|
|
@ -15,4 +15,4 @@ class WebFingerHostMetaLinkConfiguration(private val applicationConfig: Applicat
|
||||||
template = applicationConfig.url.resolve(".well-known/webfinger").toString() + "?resource={uri}"
|
template = applicationConfig.url.resolve(".well-known/webfinger").toString() + "?resource={uri}"
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -29,4 +29,4 @@ class HostmetaController(private val linkList: List<Link> = emptyList()) {
|
||||||
fun hostmetaJson2(): WebHostMetadata {
|
fun hostmetaJson2(): WebHostMetadata {
|
||||||
return WebHostMetadata(linkList)
|
return WebHostMetadata(linkList)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue