Skip to content

Commit 818242b

Browse files
committed
chore: fix import grouping in reaping bench test
1 parent 0875dd2 commit 818242b

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

block/internal/reaping/bench_test.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,11 @@ import (
99
"testing"
1010
"time"
1111

12+
"github.com/rs/zerolog"
13+
1214
coreexecutor "github.com/evstack/ev-node/core/execution"
1315
coresequencer "github.com/evstack/ev-node/core/sequencer"
1416
"github.com/evstack/ev-node/pkg/genesis"
15-
"github.com/rs/zerolog"
1617
)
1718

1819
type infiniteExecutor struct {

0 commit comments

Comments
 (0)