Skip to content

Commit d3b30e2

Browse files
committed
Sort imports
1 parent 280d28d commit d3b30e2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

bench_test.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,10 @@ package expr_test
33
import (
44
"testing"
55

6+
"github.com/stretchr/testify/require"
7+
68
"github.com/expr-lang/expr"
79
"github.com/expr-lang/expr/vm"
8-
"github.com/stretchr/testify/require"
910
)
1011

1112
func Benchmark_expr(b *testing.B) {

0 commit comments

Comments
 (0)