Fix linting

This commit is contained in:
Hoernschen 2024-02-25 20:52:42 +01:00
parent c1a2b9cfa3
commit 5a844330d9
No known key found for this signature in database
GPG key ID: 37591FAF4E6D3462
2 changed files with 5 additions and 5 deletions

View file

@ -47,7 +47,7 @@ type Options struct {
BranchTimestamp time.Time
// internal
dontAppendTrailingSlash bool
redirectIfExists string
redirectIfExists string
ServeRaw bool
}