Skip to content

Commit 6cca476

Browse files
committed
fix linter issue
1 parent 8b28264 commit 6cca476

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/slo/gorm/storage.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ import (
44
"context"
55
"database/sql"
66
"fmt"
7-
environ "github.com/ydb-platform/ydb-go-sdk-auth-environ"
87
"time"
98

109
ydb "github.com/ydb-platform/gorm-driver"
10+
environ "github.com/ydb-platform/ydb-go-sdk-auth-environ"
1111
ydbSDK "github.com/ydb-platform/ydb-go-sdk/v3"
1212
"github.com/ydb-platform/ydb-go-sdk/v3/retry"
1313
"github.com/ydb-platform/ydb-go-sdk/v3/table"

0 commit comments

Comments
 (0)