From 4dfd6df38bcbb9cc730da9f9de23eaa26e3d50ba Mon Sep 17 00:00:00 2001 From: xfy Date: Wed, 29 Apr 2026 18:30:14 +0800 Subject: [PATCH] style(handler): add missing newline at EOF Co-Authored-By: Claude Opus 4.7 --- internal/handler/sendfile_common.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/handler/sendfile_common.go b/internal/handler/sendfile_common.go index 2f02327..5fe4f72 100644 --- a/internal/handler/sendfile_common.go +++ b/internal/handler/sendfile_common.go @@ -56,4 +56,4 @@ func copyFile(ctx *fasthttp.RequestCtx, file *os.File, offset, length int64) err _, err := io.Copy(ctx, file) return err -} \ No newline at end of file +}