Merge pull request #253 from Gouthamve/fix-ocd-comment

Fix comment formatting
This commit is contained in:
Goutham Veeramachaneni 2018-01-12 10:17:31 +05:30 committed by GitHub
commit d0982ac4d5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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")