Skip to content

Commit

Permalink
Fix linting error
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandre-normand committed May 10, 2022
1 parent 6e39578 commit 24e584b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion contrib/database/sql/stmt.go
Expand Up @@ -9,8 +9,9 @@ import (
"context"
"database/sql/driver"
"errors"
"gopkg.in/DataDog/dd-trace-go.v1/ddtrace/tracer"
"time"

"gopkg.in/DataDog/dd-trace-go.v1/ddtrace/tracer"
)

var _ driver.Stmt = (*tracedStmt)(nil)
Expand Down

0 comments on commit 24e584b

Please sign in to comment.