Skip to content

Commit 1ca0c7a

Browse files
committed
remove comma
1 parent 27aa642 commit 1ca0c7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

simplex/storage.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ func (s *Storage) Retrieve(seq uint64) (simplex.VerifiedBlock, simplex.Finalizat
135135
}
136136

137137
// Index indexes the finalization in the storage.
138-
// It stores the finalization bytes, and increments numBlocks.
138+
// It stores the finalization bytes and increments numBlocks.
139139
func (s *Storage) Index(ctx context.Context, block simplex.VerifiedBlock, finalization simplex.Finalization) error {
140140
bh := block.BlockHeader()
141141
numBlocks := s.numBlocks.Load()

0 commit comments

Comments
 (0)