Skip to content

Commit

Permalink
Move import line
Browse files Browse the repository at this point in the history
  • Loading branch information
felixge committed May 4, 2021
1 parent 8c61d7d commit bc28e2a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion profiler/profiler_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,10 @@ import (
"testing"
"time"

"gopkg.in/DataDog/dd-trace-go.v1/internal/log"

"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"
"gopkg.in/DataDog/dd-trace-go.v1/internal/log"
)

func TestStart(t *testing.T) {
Expand Down

0 comments on commit bc28e2a

Please sign in to comment.