Add and fix nlreturn (new line return)

This commit is contained in:
Kristoffer Dalby
2021-11-14 16:46:09 +01:00
parent d0ef850035
commit 89eb13c6cb
25 changed files with 198 additions and 1 deletions

View File

@@ -57,6 +57,7 @@ func SwaggerUI(c *gin.Context) {
"text/html; charset=utf-8",
[]byte("Could not render Swagger"),
)
return
}