Skip to content

Commit

Permalink
Fix lint issues and regen mocks
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard Artoul committed Mar 8, 2019
1 parent 794654c commit 1c73278
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions src/dbnode/encoding/encoding_mock.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/dbnode/encoding/ostream.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ const (

// Ostream encapsulates a writable stream.
type ostream struct {
// We want to use a checked.Bytes when transfering ownership of the buffer
// We want to use a checked.Bytes when transferring ownership of the buffer
// of the ostream. Unfortunately, the accounting overhead of going through
// the checked.Bytes for every write is massive. As a result, we store both
// the rawBuffer that backs the checked.Bytes AND the checked.Bytes themselves
Expand Down

0 comments on commit 1c73278

Please sign in to comment.