From 1ffc916c1a88399eba94dd9178cb4532a787735a Mon Sep 17 00:00:00 2001 From: Goutham Veeramachaneni Date: Thu, 11 Jan 2018 18:20:04 +0530 Subject: [PATCH] Fix comment formatting Signed-off-by: Goutham Veeramachaneni --- tombstones.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tombstones.go b/tombstones.go index 0de3e1a99..8c760cdce 100644 --- a/tombstones.go +++ b/tombstones.go @@ -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")