1
0
Fork 0
mirror of https://codeberg.org/Codeberg/pages-server.git synced 2025-10-03 21:50:45 +00:00

ci: fix formatting

This commit is contained in:
crapStone 2025-09-08 18:54:43 +02:00
parent 0fbe23b325
commit d90db0ce14
2 changed files with 3 additions and 3 deletions

View file

@ -111,7 +111,7 @@ func (t *writeCacheReader) Read(p []byte) (n int, err error) {
_, _ = t.buffer.Write(p[:n])
}
}
return
return n, err
}
func (t *writeCacheReader) Close() error {