shithub: furgit

Download patch

ref: c200b086426d66dea3cdfba40c501c82b6da83f0
parent: d667411ec9001d314f4a6a0ce153604d32ef9887
author: Runxi Yu <me@runxiyu.org>
date: Mon Mar 9 10:47:38 EDT 2026

format/pack/ingest: Okay fine wsl_v5

--- a/format/pack/ingest/thin_append.go
+++ b/format/pack/ingest/thin_append.go
@@ -29,6 +29,7 @@
 	headerLenInt64 := int64(len(header))
 	section := &fileSectionWriter{file: state.packFile, off: startInt64 + headerLenInt64}
 	crc := crc32.NewIEEE()
+
 	_, err = crc.Write(header)
 	if err != nil {
 		return 0, err
--