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