mirror of
https://github.com/prometheus/prometheus.git
synced 2024-11-09 23:24:05 -08:00
Merge pull request #253 from Gouthamve/fix-ocd-comment
Fix comment formatting
This commit is contained in:
commit
d0982ac4d5
|
@ -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