style(handler): add missing newline at EOF

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
xfy 2026-04-29 18:30:14 +08:00
parent fdf04476e8
commit 4dfd6df38b

View File

@ -56,4 +56,4 @@ func copyFile(ctx *fasthttp.RequestCtx, file *os.File, offset, length int64) err
_, err := io.Copy(ctx, file)
return err
}
}