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 +}