mirror of
https://github.com/gitbucket/gitbucket.git
synced 2026-01-06 23:52:18 +01:00
Add new line to the end of response
This commit is contained in:
@@ -285,7 +285,7 @@ trait AccountControllerBase extends AccountManagementControllerBase {
|
||||
get("/:userName.keys") {
|
||||
val keys = getPublicKeys(params("userName"))
|
||||
contentType = "text/plain; charset=utf-8"
|
||||
keys.map(_.publicKey).mkString("\n")
|
||||
keys.map(_.publicKey).mkString("", "\n", "\n")
|
||||
}
|
||||
|
||||
get("/:userName/_avatar") {
|
||||
|
||||
Reference in New Issue
Block a user