mirror of
https://github.com/usbharu/Hideout.git
synced 2026-07-03 04:07:53 +00:00
style: fix lint (CI)
This commit is contained in:
+1
-1
@@ -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,
|
||||||
)
|
)
|
||||||
|
|||||||
+1
-1
@@ -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}"
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
+1
-1
@@ -29,4 +29,4 @@ class HostmetaController(private val linkList: List<Link> = emptyList()) {
|
|||||||
fun hostmetaJson2(): WebHostMetadata {
|
fun hostmetaJson2(): WebHostMetadata {
|
||||||
return WebHostMetadata(linkList)
|
return WebHostMetadata(linkList)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user