mirror of
https://codeberg.org/Codeberg/pages-server.git
synced 2025-01-18 16:47:54 +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(
|
testHandler := Handler(
|
||||||
[]byte("codeberg.page"),
|
[]byte("codeberg.page"),
|
||||||
[]byte("raw.codeberg.org"),
|
[]byte("raw.codeberg.org"),
|
||||||
[]byte("https://codeberg.org"),
|
"https://codeberg.org",
|
||||||
"https://docs.codeberg.org/pages/raw-content/",
|
"https://docs.codeberg.org/pages/raw-content/",
|
||||||
"",
|
"",
|
||||||
[][]byte{[]byte("/.well-known/acme-challenge/")},
|
[][]byte{[]byte("/.well-known/acme-challenge/")},
|
||||||
|
|
Loading…
Reference in a new issue