mirror of
https://github.com/prometheus/prometheus.git
synced 2024-12-25 05:34:05 -08:00
Fix comment formatting
Signed-off-by: Goutham Veeramachaneni <cs14btech11014@iith.ac.in>
This commit is contained in:
parent
d45b595a1d
commit
1ffc916c1a
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue