1
0
mirror of https://github.com/ipfs/kubo.git synced 2025-07-15 07:58:15 +08:00

Remove trailing new-line from pbdagreader.go

License: MIT
Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
This commit is contained in:
Jakub Sztandera
2016-11-24 20:05:01 +01:00
parent ccb46fa9b6
commit 1d67c93c3a

View File

@ -249,4 +249,3 @@ func (dr *pbDagReader) Seek(offset int64, whence int) (int64, error) {
return 0, errors.New("invalid whence")
}
}