1
0
Fork 0
mirror of https://codeberg.org/Codeberg/pages-server.git synced 2025-07-24 23:37:24 +00:00

Fix linting

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

View file

@ -156,7 +156,7 @@ func (client *Client) ServeRawContent(targetOwner, targetRepo, ref, resource str
linkDest = path.Join(path.Dir(resource), linkDest)
// we store symlink not content to reduce duplicates in cache
fileResponse := FileResponse {
fileResponse := FileResponse{
Exists: true,
IsSymlink: true,
Body: []byte(linkDest),