Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
gregns1 committed Sep 20, 2024
1 parent df5536b commit 7e61223
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion db/hybrid_logical_vector.go
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ func (hlv HybridLogicalVector) MarshalJSON() ([]byte, error) {
}

func (ver HLVVersions) MarshalJSON() ([]byte, error) {
var verList = make([]string, len(ver))
var verList []string
if len(ver) > 0 {
verList = VersionsToDeltas(ver)
return base.JSONMarshal(verList)
Expand Down

0 comments on commit 7e61223

Please sign in to comment.