Updated formatting

This commit is contained in:
Eduard Urbach 2025-06-06 17:10:26 +02:00
parent c5ad01daee
commit 86448ac4a7
Signed by: eduard
GPG key ID: 49226B848C78F6C8
18 changed files with 18 additions and 18 deletions

View file

@ -46,4 +46,4 @@ func Text(ctx web.Context, body string) error {
func XML(ctx web.Context, body string) error {
ctx.Response().SetHeader("Content-Type", "text/xml")
return ctx.String(body)
}
}

View file

@ -64,4 +64,4 @@ func TestContentTypes(t *testing.T) {
assert.Equal(t, string(response.Body()), test.Response)
})
}
}
}