Skip to content

Commit baa881f

Browse files
committed
lint
1 parent db1cd3b commit baa881f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

db/document.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1481,6 +1481,6 @@ func unmarshalRevSeqNo(revSeqNoBytes []byte) (uint64, error) {
14811481
func (doc *Document) ExtractDocVersion() DocVersion {
14821482
return DocVersion{
14831483
RevTreeID: doc.CurrentRev,
1484-
CV: *doc.HLV.ExtractCurrentVersionFromHLV(),
1484+
CV: *doc.HLV.ExtractCurrentVersionFromHLV(),
14851485
}
14861486
}

0 commit comments

Comments
 (0)