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:
parent
0fbe23b325
commit
d90db0ce14
2 changed files with 3 additions and 3 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue