Skip to content
This repository has been archived by the owner on Jun 27, 2023. It is now read-only.

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 b845e42 commit 91871b4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion 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 91871b4

Please sign in to comment.