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
No known key found for this signature in database
GPG Key ID: 9A9AF56F8B3879BA

View File

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