Skip to content
This repository has been archived by the owner on Aug 13, 2019. It is now read-only.

Commit

Permalink
Fix comment formatting
Browse files Browse the repository at this point in the history
Signed-off-by: Goutham Veeramachaneni <cs14btech11014@iith.ac.in>
  • Loading branch information
gouthamve committed Jan 11, 2018
1 parent d45b595 commit 1ffc916
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tombstones.go
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ func readTombstones(dir string) (memTombstones, error) {
return nil, d.err()
}

// Verify checksum
// Verify checksum.
hash := newCRC32()
if _, err := hash.Write(d.get()); err != nil {
return nil, errors.Wrap(err, "write to hash")
Expand Down

0 comments on commit 1ffc916

Please sign in to comment.