Skip to content

Commit

Permalink
Remove trailing new-line from pbdagreader.go
Browse files Browse the repository at this point in the history
License: MIT
Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
  • Loading branch information
Kubuxu committed Nov 24, 2016
1 parent ccb46fa commit 1d67c93
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion unixfs/io/pbdagreader.go
Original file line number Diff line number Diff line change
Expand Up @@ -249,4 +249,3 @@ func (dr *pbDagReader) Seek(offset int64, whence int) (int64, error) {
return 0, errors.New("invalid whence")
}
}

0 comments on commit 1d67c93

Please sign in to comment.