mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-10-21 10:47:24 +08:00
go fmt
This commit is contained in:
@@ -35,7 +35,7 @@ func NewCRCwriter(w io.Writer) *CRCwriter {
|
||||
|
||||
return &CRCwriter{
|
||||
crc: CRC(0),
|
||||
w: w,
|
||||
w: w,
|
||||
}
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user