Skip to content

Commit

Permalink
Reorder imports
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandre-normand committed Jun 15, 2022
1 parent b92c0ef commit 3e87cec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/database/sql/sql.go
Expand Up @@ -21,12 +21,12 @@ import (
"database/sql"
"database/sql/driver"
"errors"
"gopkg.in/DataDog/dd-trace-go.v1/ddtrace/tracer"
"math"
"reflect"
"time"

"gopkg.in/DataDog/dd-trace-go.v1/contrib/database/sql/internal"
"gopkg.in/DataDog/dd-trace-go.v1/ddtrace/tracer"
"gopkg.in/DataDog/dd-trace-go.v1/internal/log"
)

Expand Down

0 comments on commit 3e87cec

Please sign in to comment.