Skip to content

Commit

Permalink
Sort imports
Browse files Browse the repository at this point in the history
  • Loading branch information
antonmedv committed Dec 26, 2023
1 parent 280d28d commit d3b30e2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bench_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,10 @@ package expr_test
import (
"testing"

"github.com/stretchr/testify/require"

"github.com/expr-lang/expr"
"github.com/expr-lang/expr/vm"
"github.com/stretchr/testify/require"
)

func Benchmark_expr(b *testing.B) {
Expand Down

0 comments on commit d3b30e2

Please sign in to comment.