Skip to content

Commit f09e382

Browse files
authored
chore: remove extra spaces in the comments (#2754)
<!-- Please read and fill out this form before submitting your PR. Please make sure you have reviewed our contributors guide before submitting your first PR. NOTE: PR titles should follow semantic commits: https://www.conventionalcommits.org/en/v1.0.0/ --> ## Overview remove extra spaces in the comments <!-- Please provide an explanation of the PR, including the appropriate context, background, goal, and rationale. If there is an issue with this information, please provide a tl;dr and link the issue. Ex: Closes #<issue number> --> Signed-off-by: stemlaud <[email protected]>
1 parent 390f559 commit f09e382

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

core/sequencer/dummy_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ func TestDummySequencer_Concurrency(t *testing.T) {
154154
for i := 0; i < numGoroutines; i++ {
155155
go func(routineID int) {
156156
for j := 0; j < numOperationsPerGoroutine; j++ {
157-
// Create a unique ID for this operation
157+
// Create a unique ID for this operation
158158
ID := []byte(fmt.Sprintf("-%d-%d", routineID, j))
159159

160160
// Create a batch
@@ -215,7 +215,7 @@ func TestDummySequencer_Multiples(t *testing.T) {
215215
seq := NewDummySequencer()
216216
ctx := t.Context()
217217

218-
// Create multiple IDs and batches
218+
// Create multiple IDs and batches
219219
IDs := [][]byte{
220220
[]byte("-1"),
221221
[]byte("-2"),

0 commit comments

Comments
 (0)