mirror of
https://codeberg.org/Codeberg/pages-server.git
synced 2024-11-18 10:29:43 +00:00
fix code format
This commit is contained in:
parent
690879440a
commit
796f24262e
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ func TestHandlerPerformance(t *testing.T) {
|
|||
testHandler := Handler(
|
||||
[]byte("codeberg.page"),
|
||||
[]byte("raw.codeberg.org"),
|
||||
[]byte("https://codeberg.org"),
|
||||
"https://codeberg.org",
|
||||
"https://docs.codeberg.org/pages/raw-content/",
|
||||
"",
|
||||
[][]byte{[]byte("/.well-known/acme-challenge/")},
|
||||
|
|
Loading…
Reference in a new issue