Skip to content

Commit 64f5962

Browse files
committed
Merge branch 'feature/fix-create-node' of github.com:bootjp/elastickv into feature/fix-create-node
2 parents c129542 + 44d7b74 commit 64f5962

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

store/mvcc_store.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -506,4 +506,4 @@ func (s *mvccStore) Compact(ctx context.Context, minTS uint64) error {
506506

507507
func (s *mvccStore) Close() error {
508508
return nil
509-
}
509+
}

0 commit comments

Comments
 (0)