Skip to content

Commit 68d8684

Browse files
committed
Add newline at end of mvcc_store.go file
1 parent 64f5962 commit 68d8684

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)