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

Fix comment formatting
pull/5805/head
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
1 changed files with 1 additions and 1 deletions

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